Regex for unsigned integers. I am using flex -


i have tried code given on question (?<![-.])\b[0-9]+\b(?!\.[0-9]), flex shows: bad character: <
bad character: !
bad character: [
...

i'm not familiar flex rapid google search, appears flex uses < , > characters match tokens. try escaping these characters slash , see if helps.

<\<


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -