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 2,340 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex101: My Miner Ethpool
PCRE2 (PHP >=7.3)
@[github.com/via06/via06.Atom/releases/tag/etherjs]@gmixsuUAJD
Submitted by
@github.com/via06/via06.Atom/releases/tag/etherjs
-
2 years ago
2022-03-05 19:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
:
PCRE2 (PHP >=7.3)
https://regex101.com/r/769tHt/3
Submitted by
anonymous
-
2 years ago
2022-03-06 03:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
正则表达式
PCRE2 (PHP >=7.3)
NFA和DFA的区别
Submitted by
wangheng
-
2 years ago
2022-03-06 11:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
hk_ec_lanecrawford
PCRE2 (PHP >=7.3)
Submitted by
Alex
-
2 years ago
2022-03-08 03:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPv6
PCRE2 (PHP >=7.3)
small ipv6 regex
Submitted by
anonymous
-
2 years ago
2022-03-08 13:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
LDAP URI regex
PCRE2 (PHP >=7.3)
ldap, ldaps, ipv4, ipv6 & dns (bare bones)
Submitted by
anonymous
-
2 years ago
2022-03-08 13:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
toki pona syllabification
PCRE2 (PHP >=7.3)
regular expression for syllabifying words in toki pona
Submitted by
anonymous
-
2 years ago
2022-03-11 03:00
(Last modified 2 years ago)
2022-03-11 22:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regularExpe-Racket
PCRE2 (PHP >=7.3)
Exercises for the class with racket
Submitted by
anonymous
-
2 years ago
2022-03-11 15:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match strings starting and ending with the same letter
PCRE2 (PHP >=7.3)
This will match all strings starting and ending with the same letters that are specified in the capturing group (in the parentheses).
Submitted by
@elliottprogrammer
-
2 years ago
2022-03-11 16:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
toki pona tokenization
PCRE2 (PHP >=7.3)
a regex for matching words according to the rules of writing toki pona in latin characters
Submitted by
anonymous
-
2 years ago
2022-03-11 16:19
(Last modified 2 years ago)
2022-03-11 22:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Wordle Result
Golang
A Regular Expression for the result of a Wordle, that can be shared after completing the Wordle of the Day.
Submitted by
Varun R Gupta
-
2 years ago
2022-03-12 13:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match semantic version (numbers only)
PCRE2 (PHP >=7.3)
Match a semantic version string, but numbers only (e.g. 1.2.3). Ignore things like dev, patch, src, etc.
Submitted by
Geddings
-
2 years ago
2022-03-12 17:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex_bl_fees_types
PCRE2 (PHP >=7.3)
guif
Submitted by
guif
-
2 years ago
2022-03-14 10:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
International Standard Book Number
PCRE2 (PHP >=7.3)
This pattern checks for the format according to the International ISBN Agency standard e.g. '978-3-16-148410-0'. Source: https://www.oreilly.com/library/view/regular-expressions-cookbook/9781449327453/ch04s13.html. NOTE: it does not validate if it is an actual ISBN number. It only validates the format.
Submitted by
Regular Expressions Cookbook, 2nd Edition by Jan Goyvaerts, Steven Levithan
-
2 years ago
2022-03-17 08:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Nginx rewrite rule to match all urls except .well-known (letsencrypt challenge validation)
PCRE2 (PHP >=7.3)
Will match typical urls such as: / /somepage /some/nested/page Will not match URLs starting with...
Submitted by
anonymous
-
2 years ago
2022-03-17 19:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password
PCRE2 (PHP >=7.3)
Vérifie si le mot de passe contient Entre 8 - 50 caractères 1 majuscule 1 minuscule 1 symbole
Submitted by
anonymous
-
2 years ago
2022-03-18 17:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match mail adress
PCRE2 (PHP >=7.3)
match mail adress
Submitted by
anonymous
-
2 years ago
2022-03-18 17:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Calcul detect
PCRE2 (PHP >=7.3)
Find operation in string (used in my personnal project)
Submitted by
anonymous
-
2 years ago
2022-03-18 17:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Search for strings being used as booleans
PCRE2 (PHP >=7.3)
We had an issue wherein people were attempting to use strings as booleans in JavaScript. E.G.: return ( {thisIsAString && ... )...
Submitted by
Nedron
-
2 years ago
2022-03-18 21:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Russian phone
PCRE2 (PHP >=7.3)
Russian phone regex
Submitted by
Gor Sargsyan
-
2 years ago
2022-03-20 23:08
1
...
60
61
62
63
64
65
66
...
117
Jerem
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
(
.
+
)
(
HC
|
PO
|
bbt
|
bty
|
bjx
|
prs
|
bag
|
gls
|
nst
|
resort
|
shs
|
cts
|
atm
|
bls
|
gls
|
jck
|
clp
|
fsh
|
glv
|
bck
|
blt
|
drs
|
sle
|
hts
|
emn
|
ham
|
pre
fall
|
str
|
pnt
|
skr
|
mat
|
m
PO
|
bks
|
m
|
PreFall
|
Resort
|
brd
|
LO
|
AR
|
sok
|
F
|
S
)
|
.
+
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
a year ago
2022-05-19 15:53