Posts by Orlando • 21 points
1 post
-
2
votes1
answer1776
viewsQ: Regular expression for e-mail validation with REGEXP_LIKE on Oracle
I am trying to introduce an additional validation in my regular expression in Oracle 11G using the REGEXP_LIKE. I want the expression to detect two consecutive underscores but to ignore if they are…