Hi All,
Trying to split a string where there are occurances of a space, a comma, a
newline (char 10), or a return (char 13) using the preg_split function, but
not sure how to write the regular expression for this...
Anyone any idea please?
Thanks,
Chris.
Trying to split a string where there are occurances of a space, a comma, a
newline (char 10), or a return (char 13) using the preg_split function, but
not sure how to write the regular expression for this...
Anyone any idea please?
Thanks,
Chris.
Comment