i am using this regex exp /[^\p{L}\s-]/ to capture strange characters.
The problem is that regex match this words for example:
Santarém (city name)
or
Constançia (city name)
so i need to block symbols like "#$#%/*&/! but no the ´` Ç or ^~ –
thanks
this solve my problem
thanks