Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 11,660 community submitted regex patterns...
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Pipedrive description product translation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-09-03 12:31
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
Beautiful Regex for detecting Slack URL's
PCRE (PHP <7.3)
just lovely
Submitted by
the boiz aka ben and chris
-
8 years ago
2015-09-03 10:21
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Forum user validation
PCRE (PHP <7.3)
Pedro al DAMS
Submitted by
giacomo
-
8 years ago
2015-09-03 10:07
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-09-03 10:01
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Asterinic Recording Path
PCRE (PHP <7.3)
regex for changing recording path
Submitted by
anonymous
-
8 years ago
2015-09-03 09:41
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
a
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-09-03 07:55
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
For names and surnames all around the world
PCRE (PHP <7.3)
except russian, greek and arabic alphabets.
Submitted by
İstanbul
-
8 years ago
2015-09-02 23:35
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
xslt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-09-02 10:59
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Configurable math parser
PCRE (PHP <7.3)
A validator/parser for math expressions. Written on PCRE regex. To change settings, change the 0 to 1 or 1 to 0 after a setting, example: (?){1} to disable, change to (?){0}
Submitted by
Mateon1
-
8 years ago
2015-09-01 20:17
-3
1 upvotes, 4 downvotes (score 3.6%) (You must be signed in to vote)
get table name from mapfile
PCRE (PHP <7.3)
gets a postgis tablename from a mapfile with the given layer name, may not work depending on your mapfile layout
Submitted by
warnock
-
8 years ago
2015-09-01 15:38
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
postfix senhas abertas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-09-01 11:45
-2
1 upvotes, 3 downvotes (score 4.6%) (You must be signed in to vote)
MYSQL DateTime validator (leap year support)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-09-01 05:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Lycopodium Vendor Content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-09-01 01:59
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
count occurence of comma
PCRE (PHP <7.3)
no description available
Submitted by
Kevin H
-
8 years ago
2015-08-31 21:52
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
count occurence of comma
PCRE (PHP <7.3)
no description available
Submitted by
Kevin H
-
8 years ago
2015-08-31 21:51
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
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
-
8 years ago
2015-08-31 17:58
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Exercicio 5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-08-31 17:16
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Exercicio 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-08-31 17:15
-2
2 upvotes, 4 downvotes (score 9.7%) (You must be signed in to vote)
6 Digit ID
PCRE (PHP <7.3)
Very basic. My first proper REGEX. 6 Digit ID starting with e. Must be lowercase. must start with an e (can change to another letter)
Submitted by
BejasC#
-
8 years ago
2015-08-31 11:21
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-08-31 10:58
1
...
520
521
522
523
524
525
526
...
583
Match a string that is equal to a string before a '='
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(?:
^
|
\s
)
(?'arg1'
[
a
-
z
]
+
)
=
(?P=arg1)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 years ago
2015-08-05 16:24