From Director Online Wiki
- print_R - A lingo version of php's print_r function.
- explode - A lingo version of php's explode function.
- rtrim - Trims whitespace from the end of a string.
- ltrim - Trims whitespace from the beginning of a string.
- trim - Trims whitespace from the beginning and end of a string.