Jump to content

Regex Validation Query


SJEaton

Recommended Posts

@SJEaton the regex validation does what it says, mening to validate the input against the pattern you configured. If the input text matches the pattern in regex configuration then the text is validated and user allowed to continue. If the input text does not match the pattern in regex configuration then the text is invalidated and the user is not allowed to continue. So if you create a pattern to invalidate 0000, the user will still be able to type in this text but the user will get a visual warning that the text is invalid and it will lock the user in that form until the text is validated...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...