Simple email validation
6
Below is a function written in ColdFusion MX that will return an array containing all matches found when running a regex against a particular string. Each array item is a structure with the match, the starting character position, the ending character position, and an array of any
sub-pattern captures.
sub-pattern captures.
6
A database API written in Perl for a MySQL.
You will need to edit the settings for your server.
Enojy
You will need to edit the settings for your server.
Enojy
12
A little function that returns a greeting based on the local time.
-1
Just a simple check to make sure that a person's email address matches their domain.
For example .. in a form you have 2 textboxs .. 1 for their website url, the other for their email address. This checks to see if the domains for the email address and the website url match.
For example .. in a form you have 2 textboxs .. 1 for their website url, the other for their email address. This checks to see if the domains for the email address and the website url match.
9
This is a little example of how to use threads in Perl. It creates three threads and runs them... That's it...
6
Prints the user's IP address and localtime on a web page.
8
svachon
Gets a regular expression that'll search for any regexp pattern specified in the parameters.
7
So... this is a simple and great
way for validate email address using regular expressions. happy programming!
13
I needed to send an email through an authenticated SMTP server. I found the snippet on the PHP website to do the trick.
9
Fixed the regular expression to check for more strict requirements.









