Table of Contents
General stuff
Functions
- addSlashes Add Slashes to special characters.
- explode Converts a custom separated string into a string vector.
- explodeQuoted Converts a custom separated string into a string vector.
- format Format a string.
- implode Converts a string vector into a custom separated string.
- intstr Convert interger to string.
- lowerstr Convert string to lower-case.
- matchRegex Check string against regular expression.
- replace Replace parts in a string.
- rgetline Read text file backward.
- stripNewLines Remove carriage return and line feed characters.
- stripQuotes Remove the enclosing quote characters from a string.
- stripSlashes Parse string with escaped special characters.
- trim Trim a string.
- trimLeft Left trim a string.
- uintstr Convert unsigned interger to string.
- upperstr Convert string to upper-case.
This page was generated with the help of DOC++.