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
Positive Payment Amount - US, UK, CA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
People’s Names / Lastnames (unicode supported, not void, not special characters and not only space first )
PCRE (PHP <7.3)
Regular expression taken from the following tutorial: https://andrewwoods.net/blog/2018/name-validation-regex/ I added the first part of the expression (?!.*[@\.\_\d]) in order to not allow @ . _ and numbers cause I discovered a little weakness on the original expression. Thanks to Andrew Woods
Submitted by
anonymous
-
5 years ago
0
Remove beginning and end of CDATA tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
tag innerhtml
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
get inner
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Data
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
lazy example
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
唱歌
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Hledání textu v textu
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
java: comments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
email with utf8
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Nombres Propios
ECMAScript (JavaScript)
Comprobará si es un nombre propio o no, ya sea nombre, ciudad, país... etc.
Submitted by
anonymous
-
5 years ago
0
Current weather - 5 properties - cloudiness, %torain, %ofstorm, windspeed, quantity of rain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Weekend Regex - Second properties
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Weekend Regex - Second properties
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IPv4
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Date dd.mm.1900-2039
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
NGINX Error Log Format
Python
A regular expression to parse NGINX error logs.
Submitted by
anonymous
-
5 years ago
0
gcodetest1
Python
no description available
Submitted by
anonymous
-
5 years ago
0
commitizen
ECMAScript (JavaScript)
cz regex
Submitted by
anonymous
-
5 years ago
1
...
576
577
578
579
580
...
900
Community Library Entry
0
Regular Expression
Python
r"
(?!
\d\s\b
PP
\b
)
(?!
\d\s\b
pp
\b
)
(?!
\d\s\b
Ga
\b
)
(?!
\d\s\b
Ma
\b
)
(?=
\d\s\w
)
"
gm
Open regex in editor
Description
walter1976Split
Submitted by
anonymous
-
2 years ago