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)


Appreciate your help with this.

Sj

-- 
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