2.2. Operation - String operations
Operations provide means for manipulating strings.
Functions
- append - Append a String
- assign - Assigns a string data reference
- chop - Remove count characters from the end
- clear - Clear string data
- concat - Concatenates two specified instances of String.
- erase - Erase characters from String
- extract - Get string between begin end end tag
- fill - Fill the String
- insert - Insert into String
- left - Get leftmost characters of the string
- leftJustified - Get a fixed length String left padded by a fill character.
- mid - Get Substring
- operator+ - Concatenates two Strings
- operator+= - Appends a String
- operator= - Assigns a string data reference.
- prepend - Insert a String at the beginning
- replace - Replace specified string or text range by new string
- replaceOptions - Replace option variables in a string
- right - Get a substring that contains a number of rightmost characters of the string
- rightJustified - Get a fixed length String with fill characters followed by string.
- squeeze - Release unused storage
- toLower - Convert to lowercase
- toUpper - Convert to uppercase
- trimmed - Get String without whitespace at start and end.
- truncate - Truncate string at the given position index