F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

paul_73820's avatar
paul_73820
Icon for Nimbostratus rankNimbostratus
Nov 06, 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...