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,480 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Equality Expression Supporting Signed Numbers and Decimal
PCRE (PHP <7.3)
Finds the components of an equality expression, expecting =,,>=,!= followed by an optionally signed number where the number can be an integer or a decimal (not considered a match if multiple decimals are found)
Submitted by
anonymous
-
4 years ago
2019-10-04 13:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Logs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-04 17:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Parser (WIP)
PCRE (PHP <7.3)
Parses email addresses with names formatted as "name \" Still a WIP though
Submitted by
anonymous
-
4 years ago
2019-10-05 00:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
vgwort key to url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-05 14:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
$kebab-case
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-06 05:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
sass variable
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-06 07:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Haluk celllist
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-07 05:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
null
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-07 10:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cena accordion
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-07 11:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
짱공유 게시판 목록 정규식
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-07 15:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
짱공유 게시판 목록 정규식
PCRE (PHP <7.3)
]>\s.+?]+)">(+)
Submitted by
anonymous
-
4 years ago
2019-10-07 15:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Vérif IP dans réseau
PCRE (PHP <7.3)
réseau 172.18.0.0 /16
Submitted by
anonymous
-
4 years ago
2019-10-08 12:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Vérification d'une adresse IP v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-08 13:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Split DNS name and DNS zone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-08 15:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HARs, Dates, and Dollars
PCRE (PHP <7.3)
Changes: • Eliminates all named groups • In lieu of recursion (unavailable in .NET), uses repeated groupings in alternating order For use in defining sensitive terms in Office 365. Not yet confident that this is in line with documentation (tinyurl.com/y4dm6mao).
Submitted by
anonymous
-
4 years ago
2019-10-09 01:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Forward a copy of mails that contains # # in the subject
PCRE (PHP <7.3)
#.+#
Submitted by
anonymous
-
4 years ago
2019-10-09 11:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get the text from html
PCRE (PHP <7.3)
Get the clean text inside and between html tags without empty strings
Submitted by
Velisariy
-
4 years ago
2019-10-09 13:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Strip left leading digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-09 20:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match string not starting with specific value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-09 20:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regular expression to match any logical sentential expression recursively
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-09 22:21
1
...
514
515
516
517
518
519
520
...
574
ipv4
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<!
\d
)
(?:
(?:
[
01
]
?
\d\d
?
|
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
)
\.
){3}
(?:
[
01
]
?
\d\d
?
|
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
)
(?!
\d
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anon
-
2 years ago
2022-04-15 18:52