regular expression not working for uppercase
Solved
Testing regular expression for input text validation event
Tested with regex101 matching at least one upper case letter ^(?=.*[A-Z]).+$
But when run inside Justinmind to test input filed condition, it does not work properly.
Tested for ^(?=.*[0-9]).+$ and it works to match at least one digit.
Is there a reason and is there a better way to test for at least one upper case letter
Hi Gordon,
Make sure you're putting the RegEx function in your expression. We have attached a prototype with the expression you created and it works. Check it out and let me know if you have any questions.
Best,
Danielle
Hi Danielle,
I have attached a prototype with two input fields and texts for result.
Top (filed + text): test for at least one upper case, text changes to true if any lower case is type (problem)
Bottom (filed + text): test for at least one digit, text changes correctly (not a problem)
I still think this is a problem in the application engine.
Comments have been locked on this page!