Hi, I need validate a uppercase letter in a input field for password.
Hello,
you can use Regex_Search action. and send in 'Patterns' the value = "[A-Z]".
And you can check here more validations: https://regex101.com/.
Hope it helps!
Camila Teixeira wrote:
Thanks a lot!!