help with reg expression
"^[-a-z ,é,ç,è,à,â,ê]+$"
I want it also to include the character " ' "
How can i do that ?
Like this:
/^[-a-z éçèàâê']+$/
Also, that should match '. If it doesn't then something else is wrong. Try using an online regular expression checker like http://www.nvcc.edu/home/drodgers/ceu/resources/test_regexp.asp
(First one that come up on google)
it do not work, i try even adding a , before but still not working
#If you have any other info about this subject , Please add it free.# |

