Skip to content

niklongstone/awesome-regular-expression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Awesome PCRE

A curated list of the best Perl Compatible Regular Expressions.

Contributing

Please see CONTRIBUTING for details.

Table of Contents

Internet

Email

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})

Url

match expression
http://test.com:8080/test-1 `^(http

HTTP Response

match expression
HTTP/1.1 400 `HTTP/1.1 (101

Number

match expression
100.112,00 `^-?(\d+

About

A list of the best PCRE regular expression

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors