Url and email regular expression





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 Next »
2
Date Submitted Thu. Feb. 28th, 2008 4:10 PM
Revision 1
Helper inxilpro
Tags "Regular | Expression" | regex | RegExp
Comments 1 comments
This is as close to a perfect URL regular expression as I've come. It's based on RFC 3986.

A few caveats:

It only accepts http/https/ftp URLs by design, but you could change that to accept any valid URI pretty easily.

It doesn't support IP-based URLs or authenticated URLs. This is also by design, but you could change that with a little work.
0
Date Submitted Wed. Feb. 13th, 2008 10:32 PM
Revision 1
Helper wallie
Tags Email | validation
Comments 1 comments
Makes sure the email addresses with IP addresses are not private network addresses. Allows multiple sub-domain levels. verifies characters within domain names. only allows standard length 26 characters for each domain name level, except the top (3 max)
3
Date Submitted Sat. Nov. 3rd, 2007 5:54 AM
Revision 1
Beginner omarabid
Tags Email | Send | VB
Comments 1 comments
Send an email with VB.net 2.0 with your SMTP Serve
5
Date Submitted Tue. Sep. 4th, 2007 10:24 PM
Revision 1
Helper explode
Tags Email | PHP | regex | Validate
Comments 1 comments
This is a simple function to check if an email is valid or not.
10
Date Submitted Sun. May. 20th, 2007 5:27 AM
Revision 1
Scripter SecondV
Tags Online | PHP | URL
Comments 1 comments
This simple function will check if a url is valid (going by parse_url()) and if it's 'online' - by seeing if it returns a 302, 301, or 200 status code.
8
Date Submitted Thu. Apr. 12th, 2007 2:33 PM
Revision 1
Beginner siva
Tags Email | JavaScript | Mail | protect
Comments 4 comments
You can search for "@" or something like mail information in your page source code. You'll find nothing.
You can have link of your mail with a title or just you mail address as the title. Hope this code have no problem...
19
Date Submitted Wed. Feb. 28th, 2007 12:30 PM
Revision 1
Helper Nico
Tags clickable | PHP | URL
Comments 2 comments
This function makes URLs in a given text clickable, and shorts down the link text if it's length is over the specified one. (Like vBulletin, etc... does)


PS:
Please explain negative votes, they're pointless otherwise...
5
Date Submitted Thu. Feb. 22nd, 2007 4:14 PM
Revision 1
Helper BerndSchiffer
Tags Category | Inlinetest | RegExp | SwingBuilder
Comments 0 comments
Ein Kilometerfresser mit Groovy Console, Inlinetests, Groovy Beans, der Meta-Objekt-Programmierung, Swing, GStrings, Regulären Ausdrücken und Closures gebaut. Läuft mit Groovy 1.0 in der Groovy Console.

A Mile-Eater build with Groovy Console, inline tests, Groovy Beans, Meta-Object-Programming, Swing, GStrings, regular expressions und closures. Runs with Groovy 1.0 in the Groovy Console.
10
Date Submitted Tue. Dec. 12th, 2006 8:53 PM
Revision 1
Beginner adorkable81
Tags Email | imap | pop3
Comments 2 comments
Retrieve, delete, view count of pop3 email.

Please download the pop3 class file here first:
http://www.fileden.com/files/2006/10/24/314941/pop3.class.inc

Many uses!!!!
2
Date Submitted Mon. Nov. 6th, 2006 8:12 AM
Revision 1
Scripter Casper42
Tags Automation | Email | Outlook | Task
Comments 2 comments
Have you ever wanted to create a task in your Outlook To-Do list based on an email you just got?? I have many times, so I wrote this script a while back - it will create an Outlook task (syncs with handheld and such) based on the contents of an email - incuding any attachements.

handy to get stuff out of your inbox and on your To-Do list!
« Previous 1 2 3 Next »