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 9,220 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Meta-Tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-29 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract words between ":" and "-"
PCRE (PHP <7.3)
extract string between strings
Submitted by
anonymous
-
4 years ago
2020-05-30 10:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get child configs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-30 14:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
google font downloader
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-31 13:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
google font css url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-31 13:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PHP Linting - Regex to bring curly brace next to control structure instead than on new line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-06-01 14:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-31 20:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
decode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-31 22:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
One parentheses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-31 23:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
What You Want to match? (Only ") OR CHARECTERS BETWEEN " ????
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-06-01 10:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RAMESH IS RAMESH ??
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-06-01 10:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Autonote.json matching
PCRE (PHP <7.3)
Matches most of the Open Dental autonote.json exports for shifting text around
Submitted by
anonymous
-
4 years ago
2020-06-01 16:22
-3
0 upvotes, 3 downvotes (score 0%) (You must be signed in to vote)
iOS.Strings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-06-23 15:27
-3
0 upvotes, 3 downvotes (score 0%) (You must be signed in to vote)
XmlnsDefinition
PCRE (PHP <7.3)
Get ClrNamespace and optional AssemblyName from XmlnsDefinition in xaml
Submitted by
Ivanov Anton
-
8 years ago
2016-02-19 14:53
-3
0 upvotes, 3 downvotes (score 0%) (You must be signed in to vote)
Xml parser
PCRE (PHP <7.3)
Captures TagName, attributes and value in seperate groups. Apply same pattern on capture group #3 (using recursion) to parse entire xml! Apply regex defined in teststring to capture group #2 to parse all the attributes for the current tag.
Submitted by
veryanonymous
-
8 years ago
2016-05-19 22:25
-3
0 upvotes, 3 downvotes (score 0%) (You must be signed in to vote)
Xml Parser
PCRE (PHP <7.3)
Captures TagName, attributes and value in seperate groups. --- Apply same pattern on capture group #3 (using recursion) to parse entire xml! --- Apply regex defined in teststring to capture group #2 to parse all the attributes for the current tag.
Submitted by
veryanonymous
-
8 years ago
2016-05-19 22:47
-3
0 upvotes, 3 downvotes (score 0%) (You must be signed in to vote)
Xml Parser!
PCRE (PHP <7.3)
Captures TagName, attributes and value in seperate groups. --- Apply same pattern on capture group #3 (using recursion) to parse entire xml! --- Apply regex defined in teststring to capture group #2 to parse all the attributes for the current tag.
Submitted by
veryanonymous
-
8 years ago
2016-05-19 23:00
1
...
458
459
460
461
Password Security and Validation
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?=
\S
*
?
[
A
-
Z
]
)
(?=
\S
*
?
[
a
-
z
]
)
(?=
\S
*
?
[
0
-
9
]
)
(?=
.
*
[
!@#$&*
]
)
.
{6,}
)
\S$
/
Open regex in editor
Description
Loading markdown...
Submitted by
MestreMurai
-
8 years ago
2016-04-20 14:57