twitter
    Find out what I'm doing, Follow Me :)

Thursday, July 1, 2010

using REGEXP_LIKE and REGEXP_INSTR

SELECT 1

FROM DUAL

WHERE REGEXP_LIKE ('ANAND_1983@LIVE.in', '^ [a-zA-Z0-9+_+.]+@[a-zA-Z0-9]+\.[a-zA-Z]{2,4}$');

No comments:

Post a Comment