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
Swap items in formula
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Telefone
PCRE (PHP <7.3)
Aprendendo Regex
Submitted by
Guilherme Pressutto
-
8 years ago
0
get parameter only "5002" nothing else
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
netBooter Telnet status parser
ECMAScript (JavaScript)
This Regex will parse the status output of netBooter type internet connected power switches.
Submitted by
anonymous
-
8 years ago
0
UAF: [aaa.bbb.ccc == ddd] { eee }
PCRE (PHP <7.3)
If surrounded by brackets
Submitted by
anonymous
-
8 years ago
0
practice
ECMAScript (JavaScript)
This library contains the practice regex.
Submitted by
anonymous
-
8 years ago
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
1
...
4
5
6
7
8
...
900
Community Library Entry
7
Regular Expression
PCRE (PHP <7.3)
/
\s
(
(
[
a
-
zA
-
Z
]
+
\-
[
a
-
zA
-
Z
]
+
|
[
a
-
zA
-
Z
]
+
)
\.
)
/
g
Open regex in editor
Description
Adds a non-breaking space between the last two words of sentences
Submitted by
herkulano
-
9 years ago