Skip to content

ingroxd/regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

regex

All the regex listed, are tested on

https://regex101.com/

using the sintax PCRE (PHP) which is fully compatible with grep sintax, escaping apart.

You can quickly achieve grep escaping with the following command: sed -e 's/[(){}|?+]/\\&/g' -e 's|/|/|g' list

About

Some regex, grok, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published