Forum Discussion

paul_73820's avatar
paul_73820
Icon for Nimbostratus rankNimbostratus
Nov 07, 2012

regex for a number between 1-99

Hi There,   I am trying to validate a string with that is like this:   pw-10:1000.100   The regex i am using is:   ^pw-[1-9]\d?   This works in perl, and infact in tcl 8.5 but doesnt m...