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
One more time, finding a string between tags, sort of
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Just tryna learn
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Https
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Validate password policy
ECMAScript (JavaScript)
Policy: At least five digits. No whitspaces. Two out of four groups - digits, lowercase, uppercase, special charterers
Submitted by
anonymous
-
8 years ago
0
sact_check_sp6438
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Any word
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Prevent simple rm rf cp mv from breaking system or top level home directories
PCRE (PHP <7.3)
Prevent acidental deletion of important system files and user directories.
Submitted by
anonymous
-
8 years ago
0
MAC Address
ECMAScript (JavaScript)
Validates upper and lower case, allows all : or all -. Obtained here: http://stackoverflow.com/questions/4260467/what-is-a-regular-expression-for-a-mac-address ...
Submitted by
Pilcrow - http://stackoverflow.com/questions/4260467/what-is-a-regular-expression-for-a-mac-address
-
8 years ago
0
Hard Word-Wrap Text (@DanT)
PCRE (PHP <7.3)
Used in JavaScript, can create a string of hard word-wrap text. Expression used 80 as the word-wrap point, but it can be changed to suit your purpose. RegEx provided by @DanThomas. TAGS: @WordWrap @Word-Wrap
Submitted by
anonymous
-
8 years ago
0
Get parameters from URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
LatLong
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
dxf filename matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Amazon Resource Name (ARN) pattern with a named group for each component
Python
A pattern to parse Amazon Web Services ARNs into their varying components: Partition Service Region AccountID...
Submitted by
Arnoud
-
8 years ago
0
Regex for a single character
PCRE (PHP <7.3)
This can be used in webMethods for checking whether the string is not null or blank
Submitted by
anonymous
-
8 years ago
0
Date format 2 with forward slash /
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Date format 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
ftp and sftp url checker with definit nbr of subfolder
ECMAScript (JavaScript)
regex made to match any ftp or sftp url with a limited number of subfolder
Submitted by
anonymous
-
8 years ago
0
123
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Extract phone number from plain text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Method signature search
ECMAScript (JavaScript)
I use this when doing full text searches in my IDE and want to find specific uses of a method (or function).
Submitted by
anonymous
-
8 years ago
1
...
616
617
618
619
620
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
\{
\s
*
method:
?
[
"'
]
(
\w
+
)
[
"'
]
\s
*
\}
;
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago