Parse words in a string

Parse words in a string

I need to parse out the individual words in a string using deluge script custom function, but can't figure out how this can be done.    

For example, I need to get "555", "234" and "5678" from the string "(555) 234-5678".  

Can you assist?

Oliver