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
Insert into regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Strip all but a specific substring
PCRE (PHP <7.3)
in this example the substring is Crude Oil
Submitted by
anonymous
-
5 years ago
0
File version number
PCRE (PHP <7.3)
Get filename, version number, extension
Submitted by
anonymous
-
5 years ago
0
thuê bao 11 số
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
EntityFeld
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
Simple expression to create information groups
PCRE (PHP <7.3)
0 = not an authorized dealership for the respective brand 1 = authorized dealership for the respective brand
Submitted by
anonymous
-
5 years ago
0
phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Encontrar primeiro nome em CSV
PCRE (PHP <7.3)
Encontre o primeiro nome em um arquivo CSV com múltiplas colunas
Submitted by
anonymous
-
5 years ago
0
Datetime different formats
PCRE (PHP <7.3)
Datetime for a different formats
Submitted by
anonymous
-
5 years ago
0
binder news
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
Wordless Date Validation
PCRE (PHP <7.3)
Validate and capture different dates without words for example: dd/mm/yyyy, d/m/yy, yyyy-mm-dd, yy-mm-dd
Submitted by
anonymous
-
5 years ago
0
v2.0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
get server + intermediate pems
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
prevent repetition of similar string
PCRE (PHP <7.3)
this regex won't let two characters to be similar. eg. AA, AAA, AAAA this regex matches all string characters including numbers and except line breaks. It prevents input of string similar to the following pattern: 11 222 3333 4444...
Submitted by
anonymous
-
5 years ago
0
Extract Build Times
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Android Logcat - Filter out lines containing word(s)
PCRE (PHP <7.3)
Matches only lines that do not contain any of the provided strings. Useful to suppress noisy/uninteresting stuff from logcat. Looking at you ViewRootImpl
Submitted by
anonymous
-
5 years ago
0
Niklaas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Lifetrek po dnevih
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Europe - Estonia - - Passport Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
TV Show Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 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
-
2 years ago
(Last modified 2 years ago)