i'm trying to find a regex for allowing only greek characters to pass. But as you know greek language supports an emphasis tote for the most worlds:
For example the world χρήμα which means money has ' character above η How to detect this char with a regex? My current regex is this:
/^[\sΑ-Ω0-9α-ω!$@#*+=._%,-/]*$/