Hi,

I would like to identify in a pattern a number wich is not

        preceded by     another number    a word or a ';'
        followed
by       ;number
~      ;\d+


I have tried this  s/\d+(?<!\w)/aWord/g  without success.

Thanks for helping
Best Regards


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to