2011/4/27 jet speed <speedj...@googlemail.com>

> Hi,
>
> Please could you advice, how can i write a regular expression for the
> line below to capture 0079 and 6000097000029260057253303030373
>
>
> 0079 Not Visible             6000097000029260057253303030373
>
> i tried this one, no luck
>
> /(^\d{4})\s\w+\s\w+\s+\d+/ig)
>
>
>
What about
 /^(\d+)\D+(\d+)$/ ?



> Appreciate your help with this.
>
>
Not sure wether this is actually what you need, though


> Sj
>
>
cheers
paolino


> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

Reply via email to