G
graphicsxp
Hi,
I can't figure out what the regular expression would look like for
validating a string such as :
Lastname, Firstname
I could only come up with /\w/ which doesn't check for the comma.
Can someone help ?
Thanks
I can't figure out what the regular expression would look like for
validating a string such as :
Lastname, Firstname
I could only come up with /\w/ which doesn't check for the comma.
Can someone help ?
Thanks