Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
javascript
replace any character with more than two occurrence
no description available
Submitted by
papky
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Multi word
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Add xml:space to file
no description available
Submitted by
Yu Tang
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
2 dots email
Allow only two dots email address, for username.group@domain.tld
Submitted by
Emad Abughali
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Phone number
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Phone number
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Validation for SEPA-XML-Text
This RegEx checks if a text is valid for a SEPA-XML-File. It should be helpfull if you want to implement payment information to your site and don“t wont to get into trouble with char conversion that is done by your bank.
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
Date Parser
Parses date in (Month Day Year) format with delimiting chars being -\/ or whitespace
Submitted by
Awk
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
JSON Validator
Complete (recursive) JSON validation regular expression.
Submitted by
@Erutan409
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
LaTeX - Nonspaced operators
Find nonspaced operators with capturing groups to reformat correctly.
Submitted by
Dave
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
miri
no description available
Submitted by
anonymous
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
notepad++
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Hook ActionTag Parser
Parses @FOO=BAR, @FOO, and @FOO{"JSON":"OBJECT"} to be used in REDCap action tags for passing parameters to functions.
Submitted by
Andrew Martin
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
folio
no description available
Submitted by
calvin
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
remove last char from string (once)
remove the last char from a string. Replace 'e' with the char to remove.
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Remove \r\n & \"
JSON object string \r\n & \" replace regex
Submitted by
Jerad Rutnam
-
8 years ago
6
9 upvotes, 3 downvotes (75% like it) (You must be signed in to vote)
pcre
Validate Birth Date (d/m/Y)
From 1970 to 2015 Replace: (\d{4})$ for (19[7-9]\d|200-1)$
Submitted by
Valdeir Santana
-
8 years ago
10
12 upvotes, 2 downvotes (86% like it) (You must be signed in to vote)
python
entity
no description available
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
Strong Password
1 digit 1 lower case 1 upper case 1 special character (no-space) 8-20 length
Submitted by
Femi Fapohunda
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
CEP
no description available
Submitted by
anonymous
-
8 years ago
1
...
721
722
723
724
725
726
727
...
854
html-link
Vote
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
Regular Expression
pcre
~
(?<value1>
.
*
?
)
<a
.
*
?
href=
(
"
|
'
)
(?<href>
.
*
?
)
(
"
|
'
)
.
*
?
>
(?<value2>
.
*
?
)
</a>
(?<value3>
.
*
?
)
~
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 8 years ago