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

upper-string - (strings)

Description

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

Examples

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

Name

upper-string - (strings)

Purpose

Upper-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

upper-string <string>

See Also