^[A-Za-z ]+$ this expression working but it is not accepting single space i want to accept one space like ‘data base’. ^[A-Za-z ]+$ this expression not taking space it taking like
‘database’ i want ‘data base’ like this help me. thank u
^[A-Za-z ]+$ this expression working but it is not accepting single space i want
Share
should be look like
As if you will see in the expression , there is space after small z, and this would allow space