A curated list of the best Perl Compatible Regular Expressions.
Please see CONTRIBUTING for details.
| match | expression |
|---|---|
my.name.foo@bar.yea.co.uk |
^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4}) |
| match | expression |
|---|---|
http://test.com:8080/test-1 |
`^(http |
| match | expression |
|---|---|
HTTP/1.1 400 |
`HTTP/1.1 (101 |
| match | expression |
|---|---|
100.112,00 |
`^-?(\d+ |