Recent Changes - Search:

edit SideBar


Firefox 2
Get Thunderbird!

HomePage

Regex.HomePage History

Hide minor edits - Show changes to markup

July 15, 2008, at 01:52 AM by 78.188.55.33
Added lines 1-15:

Reqular Expressions

Checks domain names:

(:code:) ^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,6}$

Checks emails:

(:code:) ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$

Kaynaklar:

  • http://regexlib.com/DisplayPatterns.aspx?cattabindex=1&categoryId=2
Edit - History - Print - Recent Changes - Search
Page last modified on July 15, 2008, at 01:52 AM