/common-regex

Most common regex

Primary LanguageRustApache License 2.0Apache-2.0

common-regex

Some of the most common regex used in applications. The aim of this project is to be expanded in time to provide coverage of a wide variety of topics.

Usage

To use, add to your Cargo.toml

[dependencies]
common-regex = "0.1"

To check the implementation of each regex and what does it capture, visit the project wiki here.

License

Licensed under both Apache License and MIT License