Tamer Fahmy Posted April 10, 2023 Share Posted April 10, 2023 Hello, I'm looking for Regular Expression Validation String for a custom field used as SSH Port for example i need the user to select a number between ( 2000 and 9999 ) or default port 22 How to validate this with the Regular Expression Validation String I tried to use \d*^[2-9]\d{3}|22 but it is not working Any advise Regards 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.