Text Manipulation

  • substr : returns a part of a string specified by the desired length and offset
  • split : explodes a string into an array.