Hi Guys,
I have some problem with REGEXP and MYSQL.
How I cant ignore the accent on my string to compare with the regexp value?
SELECT ('estágio') REGEXP '(estagio)') AS dados
I cant remove the accent from the database.
I tried to convert to _bin or utf8_unicode_ci , but with no sucess.
Somebody has a tip for do that?
tks !