: I have thought about tackling this using the regexp (%\w) using the : grouping and getting each match with $n (where n is a number) but I can't : seem to get the regexp to match more than the first match. Have you tried using the "g" regex option? e.g., /.../g -- tdk
- Parsing a string.... Craig Moynes/Markham/IBM
- Re: Parsing a string.... Brett W. McCoy
- Re: Parsing a string.... Paul
- Re: Parsing a string.... [addendum] Paul
- Re: Parsing a string.... Sean McAfee
- RE: Parsing a string.... Timothy Kimball
- RE: Parsing a string.... Wagner-David