Re: [PHP] need help w/ Split()

2001-03-08 Thread Christian Reiniger
On Thursday 08 March 2001 18:43, you wrote: > I am attempting to take a line of text (a list) that has been entered > into a form and split it into the appropriate parts, placing them into > an array. I am splitting the input on commas, semi-colons, and spaces. > > Problem 1: Is with "white spac

RE: [PHP] need help w/ Split()

2001-03-08 Thread Nathaniel Hekman
ional white space, followed by exactly one of ',; ', followed by optional white space. Nate -Original Message- From: Scott Walter [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 10:44 AM To: [EMAIL PROTECTED] Subject: [PHP] need help w/ Split() I am attempting to ta

[PHP] need help w/ Split()

2001-03-08 Thread Scott Walter
I am attempting to take a line of text (a list) that has been entered into a form and split it into the appropriate parts, placing them into an array. I am splitting the input on commas, semi-colons, and spaces. Problem 1: Is with "white space". If the input has spaces after a comma, it spl