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
Number between 1 und 99
PCRE (PHP <7.3)
Number between 1 und 99
Submitted by
Andreas
-
7 years ago
0
404-handler for EPiServer CMS
PCRE (PHP <7.3)
This is a regex to parse Excel data and to construct XML fragments to be used in an import file for 404-handler for EPiServer CMS.
Submitted by
anonymous
-
7 years ago
0
Escape apostrophe in JSON value
PCRE (PHP <7.3)
Escapes a single apostrophe in a json value, either before or after the ':'
Submitted by
anonymous
-
7 years ago
-1
Emoji
PCRE (PHP <7.3)
Find emoji's in strings.
Submitted by
Nathaniel Blackburn
-
7 years ago
0
中英文 特殊字符 30位
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
中英文 特殊字符 30位
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Australian Address components extraction
PCRE (PHP <7.3)
this extracts the unit number, street number, street name (including suburb), state and post code from a one line address.
Submitted by
Aran
-
7 years ago
0
Renaming Torrented Files
PCRE (PHP <7.3)
This regex will rename your torrented files (usually associated with RSS feeds, as that is the style used with this expression) to something more human friendly. If using on a \*nix os, I've noticed that you have to create all parent directories if using the "rename" script (I have not found any wa...
Submitted by
"TJ" Johnson of www.anakin.ca
-
7 years ago
(Last modified a year ago)
0
Detect non-ASCII characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
lnav - vpxa log format
PCRE (PHP <7.3)
For the vpxa vmware log
Submitted by
anonymous
-
7 years ago
0
task6
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
Password minimum requirements
PCRE (PHP <7.3)
Password requirements (minimum length, character groups that must exist) can be easily validated AND extended using look-aheads.
Submitted by
OnlineCop
-
8 years ago
0
xsd version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
dependency version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
replace last slash in dir list with pipe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Personal name (unicode)
PCRE (PHP <7.3)
Validates personal names. Conditions: Must contain only letters (any unicode letter), spaces, apostrophes and hyphens Must not start with a space, an apostrophe or a hyphen Must not contain consecutive uppercase letters...
Submitted by
Mattias Larsson
-
8 years ago
0
Is MAC48?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
2015 penalty kick expressions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
匹配1000-65535之间的数字
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
everything between Commars
PCRE (PHP <7.3)
Matching everything between comars
Submitted by
Shingai Munyuki
-
8 years ago
1
...
591
592
593
594
595
...
900
Community Library Entry
2
Regular Expression
PCRE (PHP <7.3)
/
(
(?<=
[
)()'
]
where
)
|
(?<=
[
)()'
]
and
)
|
(?<=
[
)()'
]
o
[
rn
]
)
|
(?<=
[
)()'
]
if
)
|
(?<=
[
)()'
]
when
)
|
(?<=
having
)
)+
(
\s
|
\(
)+
[
)(,'+_¥£$#
\@
\w
\[\]\.
\s
]
+
like
\s
*
\(
?
\s
*
(
(
'
(
(
\w
|
%
|
'
{2}
)*
)
'
)
\s
*
\+
)*
\s
*
@p
\d
+
\s
*
(
\+
(
'%'
)
)*
\)
/
gi
Open regex in editor
Description
no description available
Submitted by
robessog
-
8 years ago