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
info@dein-perfekter-moment.de
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
match all non golang files
PCRE (PHP <7.3)
match all names except those with '.go' extension
Submitted by
Ashish Gaurav
-
9 years ago
1
valid email matching
PCRE (PHP <7.3)
Pattern matches mails in a single line with right syntax. Exceptions double dots in mail (..) will not handled.
Submitted by
Martin
-
9 years ago
1
Validations
ECMAScript (JavaScript)
no description available
Submitted by
Shavin Fonseka
-
9 years ago
1
get parameter of function
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Selecting an array of bytes in a long string
Python
no description available
Submitted by
Shahzeb Ihsan
-
9 years ago
1
opsciimn
ECMAScript (JavaScript)
/iii b.lkm.0plmoi/238888963.1.175.369.2636
Submitted by
cs
-
9 years ago
1
python-kurs.eu einfache Suche 150828
Python
no description available
Submitted by
http://www.python-kurs.eu/re.php
-
9 years ago
1
Regex ACL Firewall ASA
PCRE (PHP <7.3)
ASA Firewall ACL hits parser
Submitted by
Tommy Faucher
-
9 years ago
1
get js config vars
PCRE (PHP <7.3)
grabs the name and value of any js variables that come before brackets
Submitted by
warnock
-
9 years ago
1
balanced braces
PCRE (PHP <7.3)
using recursion, atomic group http://stackoverflow.com/questions/26385984/recursive-pattern-in-regex
Submitted by
Casimir et Hippolyte
-
9 years ago
1
Roblox API Dump Class Inheritance Parser
PCRE (PHP <7.3)
First iteration of Property/(Yield)Function/Event Parser for Roblox API Dump
Submitted by
TickerOfTime
-
9 years ago
1
6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Number With - in between
ECMAScript (JavaScript)
no description available
Submitted by
Harish
-
9 years ago
1
Exercicio 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Exercicio 5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Bitcoin Address Checker [Base 58]
PCRE (PHP <7.3)
Checks if a Bitcoin Address is in valid Base 58 format
Submitted by
Rider Adkins - rideradkins@gmail.com
-
9 years ago
1
pl
Python
no description available
Submitted by
anonymous
-
9 years ago
1
count occurence of comma
PCRE (PHP <7.3)
no description available
Submitted by
Kevin H
-
9 years ago
1
Lycopodium Vendor Content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
609
610
611
612
613
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
\p{L}
+
?
\s
)
(
\p{L}
+
?
\s
)
.
*
(
,
.
*
$
)
/
g
Open regex in editor
Description
Useful for deleting extra last names before a comma.
Submitted by
mglezsauri@gmail.com
-
8 years ago