I have a regular expression that matches the three apostrophes types 'ββ. I directly inserted the last two words of Microsoft into the regular expression. However, when I test it, my regular expression fails, and when I test my javascript script check in firefox, I see 'Γ’β¬β’Γ’β¬Λ\instead 'ββ. Do I need to avoid them or use the ASCII format?
source
share