logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lower-string - (strings)

Description

lower-string converts all <string>'s characters to lower case.

Examples

The resulting "str" is "good": set-string str="GOOD" lower-string str

Name

lower-string - (strings)

Purpose

Lower-case a string.

See Also

Strings concatenate-stringscopy-stringcount-substringdelete-stringlower-stringnew-stringread-splitreplace-stringset-stringsplit-stringstring-lengthtrim-stringupper-stringwrite-string See all documentation $DATE $VERSION GOLF(2gg)

Syntax

lower-string <string>

See Also