Can this be done without a regular expression?

Bongkerz

New Member
I've got a string split, using a regular expression.\[code\] Regex.Split(str, @"\s");\[/code\]What does this convert to without regex? reason being I'm porting this to PHP and an SQL function. Unless you can show me the PHP code for the same...
 
Back
Top