hi,
to validate the name entered by user, i am using this expression "/^[a-zA-Z, ,]/". The name should contain only alphabets and space, if anything other than these two appear in the string, it should output alert msg. Is this expression correct? it is working fine only when numbers are entered, if number is entered along with alphabets, it doesnt work. what changes do i need to do any suggestions pls
thanks