regular_expression_reference
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
regular_expression_reference [2009/08/31 23:15] – stephen | regular_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 ==== | ||
+ | |||
+ | < | ||
+ | ^([\w-\.]+)@((\[[0-9]{1, | ||
+ | </ | ||
+ | |||
+ | ==== Log4Net Match Thread Id ==== | ||
+ | |||
+ | < | ||
+ | ^\d{4}-\d{2}-\d{2} \d{2}: | ||
+ | </ | ||
+ | |||
===== 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)