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
Matches all words + hyphenated-words, words with full-stops, ignoring commas.
PCRE (PHP <7.3)
This will match all words. Including: Hyphenated words. Words ending in periods/full-stops. Number sequences....
Submitted by
anonymous
-
6 years ago
0
Omni word catcher.
PCRE (PHP <7.3)
Matches any word in any language. e.g. Montréal Hyphenated words count as one word. e.g. dinner-time Matches words with apostrophes . e.g. L'amour
Submitted by
anonymous
-
6 years ago
0
SSMS Parameter Extraction
PCRE (PHP <7.3)
no description available
Submitted by
andrea-dellepiane
-
6 years ago
0
lfd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
BAD: Mail-Validierung
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
p2const
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Google Tag Manager match non built-in events
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FileName and Path name
PCRE (PHP <7.3)
Checks for existence of particular file name extension or path structure
Submitted by
Gundlupet Sreenidhi
-
6 years ago
0
Vendor extraction from sender domain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
kwas regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Capture HOST from snmptrapd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
behind number is great than front number
PCRE (PHP <7.3)
后面的数字大于前面的数字
Submitted by
anonymous
-
6 years ago
0
Распаарсить строку
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Strong password validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
URL match with specific string pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex link group Facebook
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
006 - PaloAlto Threat url CSV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
WarningF5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
-1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
AIR Nedbank IFTTT parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 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
-
a year ago
(Last modified a year ago)