: 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

Reply via email to