>
>
>
> Try this:
>
> "Cell 999 CDM 1, 2, CBR 1, 15MHz, HEH" =~ /Cell\s*(\d+)\s*(.*),\s*HEH/;
> print "<$1> <$2>\n";
>
>


Thank you Jim. This did the trick! Do you mind explaining how you did this?
I'm trying to make sense of it with my perl regex cheat sheet I found
online.

http://www.erudil.com/preqr.pdf

Reply via email to