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 9,420 community submitted regex patterns...
0
European home adresse
PCRE (PHP <7.3)
Find european address (France, Italy, Suisse, Germany)
Submitted by
Anthony Chaussin
-
4 years ago
0
split_Path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
split_amazon_URI
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
Date Range
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
WORD WRAP lines over 80 characters long
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Add space after comma if it has letters on each side.
PCRE (PHP <7.3)
This is used in the SQL_Pretty_Formatter after the commas inside quotes, parenthesis, and brackets have been temporarily replaced with |.
Submitted by
Ben
-
4 years ago
0
Negative lookahead with example
PCRE (PHP <7.3)
This text won\'t match because it does contain ab in it! This text won\'t match because it does contain cd in it! This text matches because it doesn\'t contain them in itghdfgdfg!
Submitted by
jarea
-
4 years ago
0
vin
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Find next line if currentline match pattern
PCRE (PHP <7.3)
useful to find when values are repeating in input
Submitted by
anonymous
-
4 years ago
0
True Client IP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
nums in filenames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
reg
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Floting numbers
PCRE (PHP <7.3)
floating numbers between 0-100 excluding 00
Submitted by
Rohit
-
4 years ago
0
复杂正则
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Date
PCRE (PHP <7.3)
Matches any date with a shortened month. Example 1: Oct. 20, 2010 Example 2: Sep 10, 2020
Submitted by
anonymous
-
4 years ago
0
日期
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Codice Fiscale Italiano
PCRE (PHP <7.3)
identificazione del codice fiscale, case insensitive
Submitted by
Andrea Russo
-
4 years ago
0
Nome COGNOME
PCRE (PHP <7.3)
Nome e Cognome scritti secondo convenzione magistratura: Nome COGNOME COGNOME Nome Utilizzabile in atti giuridici
Submitted by
Andrea Russo
-
4 years ago
0
IP ADDRESS
PCRE (PHP <7.3)
Public or Private
Submitted by
Andrea Russo
-
4 years ago
1
...
282
283
284
285
286
...
471
Community Library Entry
0
Regular Expression
Rust
r"
\b
(
0x
)?
\p{Hex_Digit}
+
\b
"
g
Open regex in editor
Description
Find hexadecimal numbers using Extended Unicode Support.
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)