User Tools

Site Tools


regular_expression_reference

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
regular_expression_reference [2009/08/31 23:15] stephenregular_expression_reference [2017/01/01 20:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== .NET Regular Expression Reference ====== ====== .NET Regular Expression Reference ======
 +
 +===== Favourite Regexs =====
 +
 +==== Email Address ====
 +
 +<code>
 +^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$
 +</code>
 +
 +==== Log4Net Match Thread Id ====
 +
 +<code>
 +^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3} \[10\].*?$
 +</code>
 +
  
 ===== Characters that Match Location in Strings ===== ===== Characters that Match Location in Strings =====
regular_expression_reference.1251760555.txt.gz · Last modified: 2017/01/01 19:51 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki