in reply to Another for those who love the Regular Expression questions...

@parts = grep /\w/, (split /\"([^\"]*)\"|\s/, $string);


/Maqs.
  • Comment on Re: Another for those who love the Regular Expression questions...
  • Download Code