Re: How to check for special charcters in an email address using plsql code?
- From: vkatekan@xxxxxxxxx
- Date: 18 Aug 2006 08:26:17 -0700
Thank you, Frank. But somehow the escape_sc function is not working for
n_d_t[b@xxxxxxxxxx
email address. Any thoughts, why it's not filtering out this one and is
there any generic plsql function to validate an email address?
Regards,
Rao
Frank van Bortel wrote:
vkatekan@xxxxxxxxx schreef:
Hi There,
I am trying to write a plsql function to filter an email address which
has a special address in it. I tried to filter them out by creating a
table for bad charcters (i.e Chr(0...31 & 127...255), but this is also
filtering out an email address with '_' charcter and just wondering
how can I accomplish this one.
Thank you very much in advance for all your inputs.
Regards,
Rao
escape_sc (Special Characters) and escape_url functions should be able
to accomplish that
.
- Follow-Ups:
- Re: How to check for special charcters in an email address using plsql code?
- From: Frank van Bortel
- Re: How to check for special charcters in an email address using plsql code?
- References:
- How to check for special charcters in an email address using plsql code?
- From: vkatekan
- Re: How to check for special charcters in an email address using plsql code?
- From: Frank van Bortel
- How to check for special charcters in an email address using plsql code?
- Prev by Date: Re: purge
- Next by Date: Restoring the database from disk and not tape
- Previous by thread: Re: How to check for special charcters in an email address using plsql code?
- Next by thread: Re: How to check for special charcters in an email address using plsql code?
- Index(es):
Relevant Pages
|