Skip to content
Tristan Hume edited this page Apr 23, 2012 · 2 revisions

#Str

##Description This unit contains the predefined constants for manipulating strings.

Several routines in the Str module are exported unqualified.

##Entry Points

str_lower.html Convert a string to lower case. str_upper.html Convert a string to upper case. str_trim.html Remove leading and trailing blanks. index.html Finds a specified string in another string. length.html Returns the length of a string. repeat.html Creates a string by repeating a specified string a number of times.

Clone this wiki locally