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...
1
matt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match String
PCRE (PHP <7.3)
Matches strings, and hopefully works with escaped close-quotes
Submitted by
Tom Hartley
-
9 years ago
0
German VAT registration number
PCRE (PHP <7.3)
The letters "DE" followed by 9 digits.
Submitted by
anonymous
-
9 years ago
1
Austrian VAT registration number
PCRE (PHP <7.3)
The letters "ATU" followed by 8 digits.
Submitted by
anonymous
-
9 years ago
1
SelectCommand
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match Chords
PCRE (PHP <7.3)
Match chords from songsheets
Submitted by
code26
-
9 years ago
1
IPV6
PCRE (PHP <7.3)
Check IPV6
Submitted by
anonymous
-
9 years ago
1
Find src referance
PCRE (PHP <7.3)
no description available
Submitted by
Hiplobbe
-
9 years ago
1
Extensão do arquivo.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
(Last modified 9 years ago)
1
NovellLoginTime
PCRE (PHP <7.3)
Strip everything but date from Novell LDAP lastLoginTime field.
Submitted by
anonymous
-
9 years ago
1
Date Regex
PCRE (PHP <7.3)
Find a date formated M/d/yyyy.
Submitted by
anonymous
-
9 years ago
1
estrutura de contas
PCRE (PHP <7.3)
9.99.99.9999
Submitted by
anonymous
-
9 years ago
1
lesson5
PCRE (PHP <7.3)
lesson5
Submitted by
kirkhanson
-
9 years ago
1
java
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Date Validator Pattern
PCRE (PHP <7.3)
Validates dd-Month-year patterns
Submitted by
Ami
-
9 years ago
1
Detect russian patronymic in Full name
PCRE (PHP <7.3)
This regex can be used for removing patronumic from full name string in any posidion (start, end or middle)
Submitted by
CyberLight
-
9 years ago
0
Date_Finder
PCRE (PHP <7.3)
Detects Dates in Various text formats
Submitted by
Paul Dennis Bondy
-
9 years ago
0
VML main
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
SELECT to Max lengths
PCRE (PHP <7.3)
no description available
Submitted by
Jordi
-
9 years ago
0
VML Height
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
113
114
115
116
117
...
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
-
a year ago
(Last modified a year ago)