Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Regexp: Find consecutive special characters

MarwimJul 13 2010 — edited Jul 13 2010
Hello,

I have to verify names according to strict rules and most of them I could solve using regular expressions. Now there is one I cannot solve with a single expression:

"Multiple identical special characters must not be consecutive"

Special characters would be considered äöüß or any character with an accent like é.
This means that "Käßmann" is allowed because äß are two different special characters but not "Käämann".

Regards
Marcus
This post has been answered by BobLilly on Jul 13 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2010
Added on Jul 13 2010
8 comments
2,301 views