From: Jason Voegele Date: 2002-04-04T00:35:53+09:00 Subject: Re: regular expression question > Thanks for the help with the tread questions guys... I have one about > (gasp) regular expresions. hate hate hate. > > I want to seperate a string of commands seperated by semi-colons... How about just using input.split(';') ? Jason Voegele