Hi guys need a help with parsley validation. It should allow alphabetical characters, as well as spaces, hyphens and apostrophes.
I tried this: ^[a-zA-Z](?:[ '.\-a-zA-Z]*[a-zA-Z])?$ But it's not giving space to enter.
^[a-zA-Z](?:[ '.\-a-zA-Z]*[a-zA-Z])?$
Any help ? Thanks