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
Phone numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
中国车牌
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Detection of parties
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Validate UrlParams
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
At least one character and one digit, ignoring the order in which they appear.
PCRE (PHP <7.3)
At least one character and one digit, ignoring the order in which they appear.
Submitted by
Loïc [TwystO] Liné
-
6 years ago
0
Extracting a price from a string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Catastrophic backtracking example
PCRE (PHP <7.3)
Catastrophic backtracking example; with extra info links. Based on example from: https://www.regular-expressions.info/catastrophic.html
Submitted by
ELM
-
6 years ago
0
maquina tragamonedas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Fechas Validas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
correo electronico
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
US Zip Codes
PCRE (PHP <7.3)
5 or 9 Digit US Zip codes with optional hyphen or space separator.
Submitted by
anonymous
-
6 years ago
0
SFC Log File to Windows Directory Names
PCRE (PHP <7.3)
Decodes the Windows Winsxs folder names of files that could not be repaired from the CBS.log after unsuccessful scan with SFC. It does not include the random number assigned by the system, of course. Just replace If processor architecture is INTEL change to x86 or x64 depending on your system. A...
Submitted by
anonymous
-
6 years ago
0
semver-prerelease+buildcounter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Postleitzahl (Weltweit)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Validate format data (mm/dd)
ECMAScript (JavaScript)
no description available
Submitted by
Gamilo
-
6 years ago
0
regex for assist.org data
PCRE (PHP <7.3)
-\n(+)(\(\d\))| Collect all match groups then write additional regex to key value them. The match groups that have OR must be processed further: MATH 45 DIFFERNTL EQUATN SCI+ENGR (3)|MATH 295 Differential Equations (3)...
Submitted by
anonymous
-
6 years ago
0
GS1Numeric Serialized GTIN with Lot and Expiry
Python
GS1Numeric Serialized GTIN with Lot and Expiry Will recognize and pull into groups the following: GTIN-14 Serial Number...
Submitted by
SerialLab, Corp
-
6 years ago
0
time
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
First Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Replace for HTML urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
475
476
477
478
479
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?=
.
*
[
0
-
9
]
)
(?=
.
*
[
a
-
zA
-
Z
]
)
.
*
/
gm
Open regex in editor
Description
At least one character and one digit, ignoring the order in which they appear.
Submitted by
Loïc [TwystO] Liné
-
6 years ago