Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

paul_73820's avatar
paul_73820
Icon for Nimbostratus rankNimbostratus
13 years ago

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...