I’ve a text field which should take name and surname (in Alphabets) with only One Space between them.
I tried the following,
^[a-zA-Z]+$
it is working fine but takes only alphabets,
I want one space between the name like “Paddy Clark”
How to do this?
How about: