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,040 community submitted regex patterns...
0
Find telephone numbers in obs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Exception: NOT TRACE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Edgar - Get SIC Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Edgar - Get company name & CIK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Captura nombre y tipo de archivo
ECMAScript (JavaScript)
Busca y captura nombre de archivo y extensión especifica, no verifica si los caracteres del nombre son validos, eso se puede modificar restringiendo los nombres del primer grupo de captura.
Submitted by
anonymous
-
8 years ago
0
Busca y captura tipo de persona jurídica en razón social
ECMAScript (JavaScript)
Busca y captura tipo de persona jurídica en razón social
Submitted by
anonymous
-
8 years ago
0
REgex for a format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
textdom处理
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Regex to validate numbers of register card of people of Brazil (AKA RG, Cédula de Identidade)
PCRE (PHP <7.3)
Regex to validate numbers of register card of people of Brazil (AKA RG, Cédula de Identidade)
Submitted by
Anderson Rodrigues
-
8 years ago
0
PostfixParser
Python
Full regex for failed sendings
Submitted by
anonymous
-
8 years ago
0
PostfixParserMinimal
Python
no description available
Submitted by
anonymous
-
8 years ago
0
LNR Vector - Rate
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
extract image urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match all characters between two strings with dotall mode to match across line breaks
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
petrograd-tour dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Parse Haxe Method Signature
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Youtube subtitle time parser.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
updated gettyimages link and id extractor
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Dodanie nawiasów do kolumny wartości np z IN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
File URL title
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
386
387
388
389
390
...
902
Community Library Entry
0
Regular Expression
Python
r"
^
#
\s
(?P<header>
(
\w
+
='
\w
+
'
)
(
,
\s
*
(
\w
+
='
\w
+
'
)
)*
)
$
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago