diff options
Diffstat (limited to 'Help/command/string.rst')
-rw-r--r-- | Help/command/string.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst index 8ed0e86..07d0ff3 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -37,7 +37,7 @@ String operations. string(MAKE_C_IDENTIFIER <input string> <output variable>) string(GENEX_STRIP <input string> <output variable>) string(UUID <output variable> NAMESPACE <namespace> NAME <name> - TYPE <MD5|SHA1> <UPPER>) + TYPE <MD5|SHA1> [UPPER]) REGEX MATCH will match the regular expression once and store the match in the output variable. |