For some reason, people cannot write apostrophes without resulting with an error... For example: Prud'homme will not work
Here's my line of code:
$string_exp = "/^[A-Za-zé.¸UûÙùàÀèÈéÉïÏîÎôÔêÊçÇ .,\'-]+$/";
I don't understand why it doesn't work, does someone know?