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,040 community submitted regex patterns...
-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
-
10 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
-
10 years ago
0
simplewords
PCRE (PHP <7.3)
words
Submitted by
glin
-
10 years ago
1
MYV_POSTPAY_ACCESSLOG
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
Update for bne_interface_cols_tl
PCRE (PHP <7.3)
Necessary because of Bug in Web-Interface
Submitted by
anonymous
-
10 years ago
-1
date format for year 2000 above
Python
no description available
Submitted by
anonymous
-
10 years ago
1
hstore
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
2
JSON validator
PCRE (PHP <7.3)
Takes a JSON string and captures interesting information in the named capturing groups: (o: last object, a: last array, s: last string, n: last number, c: last comma before optional whitespace, d: same as c, but with a colon instead of a comma, v: last value)
Submitted by
luis140219 on GitHub and Sourceforge
-
10 years ago
0
Levi test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
35
IP Address validator
ECMAScript (JavaScript)
Validates IPv4 IP Address
Submitted by
krzysp
-
10 years ago
1
keep versions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
redaa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Mail With Groups
ECMAScript (JavaScript)
Matches email with groups for username and domain.
Submitted by
anonymous
-
10 years ago
1
File input type validation
PCRE (PHP <7.3)
no description available
Submitted by
Ramkumar Venkatachalam
-
10 years ago
1
match data-reactid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
Java poet regex alternative.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Basic IP matching
ECMAScript (JavaScript)
I've looked at some of the other IP matching that seems a lot more complex but several of them don't work, and I'm too simple minded to figure out why. Keep it simple, I've never had a problem matching IP addresses in logs with this one.
Submitted by
anonymous
-
10 years ago
1
Orignial Log Parse (Spark Lab2)
Python
no description available
Submitted by
anonymous
-
10 years ago
-2
UK (Europe) DateTime
ECMAScript (JavaScript)
Validates input to match UK Date Time standard
Submitted by
Bascoder
-
10 years ago
1
CSV parsing
PCRE (PHP <7.3)
matches the exact fields of CSV files supports: qouted fields quoted fields containing commas, doubble quoutes, and newlines empty fields empty records arbitrary white space in, and outside quoted fields
Submitted by
Austin
-
10 years ago
1
...
839
840
841
842
843
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
[
Kk
]
l
)*
\s
*
(
\d
{1,2}
(
[
\.
,
]
\d
{2}
)*
-
\s
*
\d
{1,2}
[
\.
,
]
*
\d
{0,2}
)
\s
|
(
\d
{1,2}
\/
\d
{1,2}
)
/
gmi
Open regex in editor
Description
some descripty thingy
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)