Here is the reg expression i’m using to validate a field form.
“^[-a-z ,é,ç,è,à,â,ê]+$”
I want it also to include the character " ’ "
How can i do that ?
Here is the reg expression i’m using to validate a field form.
“^[-a-z ,é,ç,è,à,â,ê]+$”
I want it also to include the character " ’ "
How can i do that ?
:: Copyright KIRUPA 2024 //--