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
Email adres kdg
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Nummerplaat belgie
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
BankrekeningNummer Belgie
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Telefoonnummer belgie
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
match word without dash
PCRE (PHP <7.3)
the whole word and nothing but the word
Submitted by
anonymous
-
5 years ago
0
homestate: Transition
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
kube-system:tunnel-front
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
trim
ECMAScript (JavaScript)
trim string
Submitted by
fp
-
5 years ago
0
customer:document-templates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Alle erlaubten Zeichen und Dateiendungen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
包含多个指定字符
Python
只是包含,无关顺序,且每一个字符都必须包含进去
Submitted by
anonymous
-
5 years ago
0
Numbers or Fractions
ECMAScript (JavaScript)
Matches integer numbers, floats and fractions of floats. I.e. "2", "-3.456", "3/4", "2.1/8".
Submitted by
anonymous
-
5 years ago
0
kube-system:omsagent
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
iso-8601
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Mermaid method parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match string between brackets with two groups
PCRE (PHP <7.3)
Matches all alphanumeric (\w), underscore and dash (\-) that is included in square brackets ([]). The result gives two groups that can be used with $1 and $2.
Submitted by
anonymous
-
5 years ago
0
Fox news opinion
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
daily caller
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
jpm pdf 2
Python
no description available
Submitted by
anonymous
-
5 years ago
0
punctuations cleaner
Python
this tool will delete all the punctuation from a text but it will not delete punctuation from numbers.
Submitted by
anonymous
-
5 years ago
1
...
626
627
628
629
630
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
(?=
.
*
[
少
]
+
)
(?=
.
*
[
年
]
+
)
.
*
"
gm
Open regex in editor
Description
只是包含,无关顺序,且每一个字符都必须包含进去
Submitted by
anonymous
-
5 years ago