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
Matching Markdown Custom Quote
PCRE2 (PHP >=7.3)
Matching Markdown Custom Quote
Submitted by
TriDiamond
-
4 years ago
0
Chtoby rukami sorok pyat failov ne huiarit
PCRE2 (PHP >=7.3)
Normalno
Submitted by
anonymous
-
4 years ago
0
Match any character and number
PCRE2 (PHP >=7.3)
Submitted by
igorgcustodio
-
4 years ago
0
regex_crossover_programme_neuf/restructuré
Python
guif
Submitted by
guif
-
4 years ago
0
URL path element match (case-insensitive)
PCRE2 (PHP >=7.3)
A regular expression that matches a specific path element in an URL (case-insensitive). Useful for apache LocationMatch-Direktive, e.g. ``
Submitted by
René Link
-
4 years ago
0
nvm help pattern
PCRE2 (PHP >=7.3)
work in progress! :)
Submitted by
anonymous
-
4 years ago
0
parágrafo com estilos e data
PCRE2 (PHP >=7.3)
]*>((0?[1-9]|12|3[01])\/\-|1[012])[\/\-]\d{4})
Submitted by
anonymous
-
4 years ago
0
Identity Number Format for Turkey
PCRE2 (PHP >=7.3)
This format is just for precheck use. It will not validate completely. If you want for more validation you should call webservices.
Submitted by
mbaysal
-
4 years ago
0
Valor Dinheiro
Python
Validar um valor em dinheiro
Submitted by
anonymous
-
4 years ago
0
blogtag for dave
PCRE2 (PHP >=7.3)
regex for urls
Submitted by
Yaron
-
4 years ago
0
Litecoin-1fcfd
PCRE (PHP <7.3)
litecoin:Ldeontgmqp8NJnwk8pwcM4gv31VhJL2WgS?label=luckyfish.%20io%20tnlzsp6i93b9
Submitted by
anonymous
-
4 years ago
0
HMR siprec MIME
PCRE2 (PHP >=7.3)
siprec
Submitted by
anonymous
-
4 years ago
0
sentence break
ECMAScript (JavaScript)
breaks the blobs into sentences
Submitted by
Imran A
-
4 years ago
0
Capture api endpoint name
PCRE2 (PHP >=7.3)
matches someApiName in someApiNameApi
Submitted by
anonymous
-
4 years ago
0
filter Google Cloud monitoring labels
PCRE (PHP <7.3)
useful for filtering data from Gooogle Compute Engine monitoring into grafana
Submitted by
NR0Q
-
4 years ago
0
Detecting CJK Chars in Golang!
Golang
Detecting CJK Chars in Golang!
Submitted by
anonymous
-
4 years ago
0
({( ?){ ( ?)(.*) ( ?)}( ?)})
Java 8
{ { I\'m so {cool}, I\'m nested }} I\'m neither { I\'m just boring normal braces }
Submitted by
anonymous
-
4 years ago
0
validate tlf
PCRE2 (PHP >=7.3)
Validate tlf
Submitted by
anonymous
-
4 years ago
0
YAML Textmate Grammar - Name Property Hoister
ECMAScript (JavaScript)
YAML Textmate Grammar - Name property hoister Moves a later name key value pair in multi-value block map definition to the top of its body (e.g. value with - prefix), easily changable to other keys and indent levels. Details/Notes on Modification ...
Submitted by
disk0
-
4 years ago
0
ECMAScript - Variable Identifier
ECMAScript (JavaScript)
Any valid ECMAScript identifier name
Submitted by
disk0
-
4 years ago
1
...
752
753
754
755
756
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
\s
{2}
nvm
\s
(
(
\w
+
.
+
?
:
\s.
+
?
\n
)?
(
(
\s
{6,}
.
+
?
\n
){1,}
)?
)
/
g
Open regex in editor
Description
work in progress! :)
Submitted by
anonymous
-
4 years ago