Regexing cyrillic characters prior to mdb 10
It appears that I cannot use unicode ranges ("[\p{IsCyrillic}]" nor "[U+0400–U+04FF]"), not to metion literal use of the characters ([а-яА-Я]) in regexps using mariadb 5.5.56.
Is this correct or am I missing something? Could find clear explanation.
What alternatives do I have if this is as such? Using "LIKE" would be troublesome because I need to match against a lot of singular characters, so I would have to run LIKE "%ъ%" for every character in a set.
Answer Answered by Ian Gilfillan in this comment.
I suggest reporting this as a bug with full details.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.