I'm trying to let put in the validator the ¿ character ('cause of my language), but when I set it with/without escaping (\¿ or ¿), I can send the char º to the regex and returns that it is valid (so I cannot include it in the regex). Anyone had this issue before?