You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##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.