Re: Searching/inserting certain Unicode characters
Posted by: Kai Schaetzl
Date: February 23, 2011 05:21PM

That's not really a regular expression, it's a single character match that I can easily do with LIKE as well (as you proved, too). I don't see how you could use for instance qualifiers or quantifiers with UNHEX('C2A0') or combine that with character classes. So, in essence: you can't use REGEXP for it, right?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Searching/inserting certain Unicode characters
2875
February 23, 2011 05:21PM


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.