Re: regexp for unicode control chars
Posted by: Raj Chak
Date: July 29, 2011 12:59AM

Thank you for the detailed explanation, Rick.

I am using UTF-8 character set.

SELECT * FROM tbl WHERE HEX(msg) RLIKE '^(..)*C3'; works fine.

My objective was to find a mysql equivalent of the java regex expression:
\p{C}
That matches invisible control characters and unused code points.

Thanks again.

Options: ReplyQuote


Subject
Views
Written By
Posted
5522
July 21, 2011 01:25AM
Re: regexp for unicode control chars
2636
July 29, 2011 12:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.