Multiple explode characters with comma and - (hyphen)

SwimChick

New Member
I want to \[code\]explode\[/code\] a string for all:[*]whitespaces (\n \t etc)[*]comma[*]hyphen (small dash). Like this >> -But this does not work:\[code\]$keywords = explode("\n\t\r\a,-", "my string");\[/code\]How to do that?
 
Back
Top