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...
1
ewqewq
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Find and replace strings with hypens
PCRE (PHP <7.3)
Find and replace string which contains hypens "-"
Submitted by
yuks
-
9 years ago
1
Placeholder finder
PCRE (PHP <7.3)
Matches unfilled placeholders and (nested) placeholder blocks
Submitted by
Wolf Wortmann
-
9 years ago
1
Error Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
standard 16 columns hexdump
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
-2
Twitter Date format
ECMAScript (JavaScript)
no description available
Submitted by
hjgabrielsen
-
9 years ago
1
javas dismissed lines
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
javas legal empty lines
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
java variable declaration
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Apache Access Log pattern
Python
Apache Web server log file format following the standard
Submitted by
Basil Tungekar
-
9 years ago
1
java while
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
IPv4
Python
allows for all legal IPv4 addresses
Submitted by
anonymous
-
9 years ago
0
Greedy + & * quantifires debug
PCRE (PHP <7.3)
/[123]+(123)*2/ Input: 1,2,3,4,5,6,7,8,9,0,10,11,12,13,14,15,16 Find: 12
Submitted by
Tomer Levi
-
9 years ago
1
catch or match URL or URI
PCRE (PHP <7.3)
any more? tell me by email.
Submitted by
CSnowstar(997596@gmail.com)
-
9 years ago
1
Find sentence start
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
英数記号あり(大文字小文字の区別なし)で、か つ8文字以上
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
-2
Validate credit card numbers
PCRE (PHP <7.3)
Visa, MasterCard, American Express, Diners Club, Discover, JCB
Submitted by
www.regular-expressions.info/creditcard.html
-
9 years ago
0
Regex Group Regex
PCRE (PHP <7.3)
Working on this regex so that I can use it to parse regular expressions and get the group info from them
Submitted by
jparish1977@gmail.com
-
9 years ago
0
simplewords
PCRE (PHP <7.3)
words
Submitted by
glin
-
9 years ago
1
MYV_POSTPAY_ACCESSLOG
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
836
837
838
839
840
...
900
Community Library Entry
1
Regular Expression
Python
r"
^
(
\S
+
)
(
\S
+
)
(
\S
+
)
\[
(
[
\w
:/
]
+
\s
[
+
\-
]
\d
{4}
)
\]
"
(
\S
+
)
(
\S
+
)
\s
*
(
\S
*
)
"
(
\d
{3}
)
(
\S
+
)
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago