Parsing / Splitting Strings

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madrobmegee
    New Member
    • Mar 2007
    • 2

    Parsing / Splitting Strings

    I am wondering if any one knows how to split/parse a string of text up at special defined characters, such as a comma.

    As I need to split it into arrays to be displayed on a form.
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Originally posted by madrobmegee
    I am wondering if any one knows how to split/parse a string of text up at special defined characters, such as a comma.

    As I need to split it into arrays to be displayed on a form.
    Take a look at split()

    Comment

    Working...