I want to use regex pattern for validation,
regex for allowing
only alphabets and space onlyfor this am using
^[a-zA-Z][a-zA-Z\\s]+$but its not validating correctly.regex for allowing
all aplhabets,numbers except special characters.
Anyone can help me, with this two regex patterns ?
Thanks
