Separating Data



I am getting data lines with data separated by these 5 characters:

, : ; <TAB> <whitespace>

eg. foo,bar:baz foobar

I would like to extract foo bar baz nad foobar.

How can I parse out the data between or separated by them?

Thanks!
.