Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,000 community submitted regex patterns...
0
List {.class}
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Element {.class}
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Container
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Props Destructuring (first Pass)
PCRE (PHP <7.3)
First pass that converts first instance of non-destructured props
Submitted by
anonymous
-
4 years ago
0
data uri
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
分组
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
CSP Nonce #2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CSP Nonce
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
String ends with vowel
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Cell Reference Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Single Quote String Matcher - Excel
PCRE (PHP <7.3)
Should match all single quoted string in an excel formula including ones with an escaped single quote in it
Submitted by
anonymous
-
4 years ago
0
CSP Nonce
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Linkhouse - wyciągniecie danych z zamówienia
PCRE (PHP <7.3)
Linkhouse - wyciągniecie danych z zamówienia
Submitted by
anonymous
-
4 years ago
0
teste
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PRGX Active Directory
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
True si es IP, False si es Mask u otra cosa
Python
no description available
Submitted by
anonymous
-
4 years ago
0
gt001
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Wiki Replacement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
vscode-openscad | Grammar | Single Line Comment With Customizer
PCRE (PHP <7.3)
vscode-openscad Syntax: Single Line Comment With Customizer Regexp notebook for working with scad language grammar in vscode-openscad VS Code extension, includes regexp expression and tests. Scope Info: ...
Submitted by
disk0 (www.github.com/disco0)
-
4 years ago
0
Replacement 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
291
292
293
294
295
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
[
A
-
Z0
-
9
]
{18}
[
0
-
9
]
{2}
$
/
gm
Open regex in editor
Description
LEI field validation 20 chars (18 numbers or letters + 2 letters)
Submitted by
anonymous
-
5 years ago