Regex

Certified Associate Developer

Hi, 

I want to use regex function to check if the entered value is a text ( both upper and lower case check) and if it's more than 12 characters.
^[a-zA-Z]{1-12}$" .I used like this. can someone guide here. 

  Discussion posts and replies are publicly visible

Parents Reply Children