Regex 101
·79 words·1 min·
0
Table of Contents
Resource's Home Page
Overview #
This resource can quickly allow you to generate powerful regular expression (regex) in minutes. This site also comes with a reference sheet which really helps speed up the process. The tool can also be used to generate code for the selected language.
Features #
It provides the following Flavors:
- PCRE2 (PHP >=7.3)
- PCRE (PHP <7.3)
- ECMAScript(JavaScript)
- Python
- Java 8
- .Net(C#)
- Rust
It is capable of using the following functions
- Match
- Substitution
- List
- Unit Tests