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
ddd
PCRE (PHP <7.3)
ddd
Submitted by
anonymous
-
7 years ago
0
Strings
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Minecraft NBT Numeric
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Match a string
PCRE (PHP <7.3)
For Stackoverflow by Sufiyan Ghori
Submitted by
anonymous
-
7 years ago
0
Replace forward slash
ECMAScript (JavaScript)
For Stackoverflow by Sufiyan Ghori
Submitted by
anonymous
-
7 years ago
0
weblab
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
SQL TO FLOW
PCRE (PHP <7.3)
Convert SQL to FLOW
Submitted by
anonymous
-
7 years ago
0
战斗正则2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Identificar Site en la url
PCRE (PHP <7.3)
Identifica el site dada una url, ignorando el dominio.
Submitted by
Alberto Reales
-
7 years ago
0
Kowalsky
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
wstażka
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Iraqi
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
amu.edu.pl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
February
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
\d+
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
\B
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lookbehind
Python
no description available
Submitted by
anonymous
-
7 years ago
0
xmlSingleStart
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
xmlSingleClose
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
capturing group (H1)
Python
no description available
Submitted by
anonymous
-
7 years ago
1
...
477
478
479
480
481
...
900
Community Library Entry
0
Regular Expression
Golang
`
(?s)
\.
getModification
\(
\s
*
[
"'
]
(
[
\w
\-
]
+
)
[
'"
]
\s
*
,
\s
*
(
[
"'
]
[^
"
]
*
[
'"
]
|
[
+-
]
?
(?:
\d
*
[
.
]
)?
\d
+
|
true
|
false
|
False
|
True
)
(?:
\s
*
,
\s
*
(?:
true
|
false
|
\d
+
|
"
[^
"
]
*
"
)
)?
\s
*
\)
`
gm
Open regex in editor
Description
kt SDKV2
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)