|
LowerCaseComment
|
'Returns its argument converted to a lower case string'
|
|
LowerCaseFunctionName
|
'lowcase'
|
|
StrCatComment
|
'Returns all of its arguments concatenated into a string'
|
|
StrCatFunctionName
|
'str-cat'
|
|
StrCompComment
|
'Returns an integer value for the comparison of the two symbols, '+'with case-sensitivity. The return value is less than 0 if '+'argument1 is less than argument2, 0 if argument1 equals '+'argument2, or greater than 0 if argument1 is greater than '+'argument2'
|
|
StrCompFunctionName
|
'str-compare'
|
|
StrFormatFunctionComment
|
'Returns a string created by combining the other '+'arguments using a format string in the first argument'
|
|
StrFormatFunctionName
|
'str-format'
|
|
StrIndexComment
|
'Returns an integer value representing the position of the '+'first argument substring within the second argument, otherwise '+'FALSE if the first argument is not a substring of the second argument'
|
|
StrIndexFunctionName
|
'str-index'
|
|
StrLengthComment
|
'Returns the length of the argument in characters'
|
|
StrLengthFunctionName
|
'str-length'
|
|
SubStringComment
|
'Extracts a substring from the <lexeme-expression> from the '+'specified range (<start-integer-expression> to '+'<end-integer-expression>)'
|
|
SubStringFunctionName
|
'sub-string'
|
|
SymCatComment
|
'Returns all of its arguments concatenated into a symbol'
|
|
SymCatFunctionName
|
'sym-cat'
|
|
UpperCaseComment
|
'Returns its argument converted to an upper case string'
|
|
UpperCaseFunctionName
|
'upcase'
|