Hello,

I have this regular expression:

$List =~ /^(?:(\d+)\*)?(\w+)\/(?:(\d+)\*)?(\w+)$/;

It checks for a string like this: number*word/number*word

But it only accept integer number...

Does anybody knows how to change it to accept decimal numbers like 0.1???

Thanks,
Wagner Garcia Campagner

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to