I am searching for a regular expression for allowing alphanumeric characters, special characters (-_'àâçèéêîôùûÀÈÙÇÉ), or spaces in the middle in JavaScript. I tried Googling but wasn't able to find that.
Can anyone help me out with this?
Thanks in advance.