PHP to Lingo ports

From Director Online Wiki
Jump to: navigation, search
  • 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.