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
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Trim Regex
no description available
Submitted by
Gabriel R. Sezefredo
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Trim Regex
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
elabFK
solution for matching
Submitted by
FK
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
SunlessSea Advanced Parser
for [d:] and [q:]
Submitted by
MestreLion
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
test
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Search Ext.Logger with <debug> tag
no description available
Submitted by
Henry Nguyen
-
7 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
find file name with file extension
find file name with file extension
Submitted by
rainyseason
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
how to solve this?
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
catch out a filed repeate more times
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
github user/repo regex
parses user/repo
Submitted by
luckydonald
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Regex Groups
Complicated Example changing 2 values in a found string
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Repeating numbers
Repeating numbers (11111,22222,333333)
Submitted by
Selva
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
deobfusc js
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
not match first string
sgsg
Submitted by
ad
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
de-obfuscate javascript list
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
last element in list
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Title Casing
for use in function to title case a string; function cap(str) { return str.replace(/\w\S*/g, function(txt) { return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase(); }); }
Submitted by
Tamara F
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
simple symbols
+a+====+b+
Submitted by
Tamara F
-
7 years ago
4
4 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Function Declaration / Expression
matches both function declarations and expressions in javascript. ex. function name () {...} || function () {}
Submitted by
Ja Superior
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
email validation
no description available
Submitted by
anonymous
-
7 years ago
1
...
656
657
658
659
660
661
662
...
839
City and POstcode
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
[^
a
-
z0
-
9
]
+
\D\S\b
(?>
(?:
[
A
-
Za
-
z
]
\d
?
\d
[
A
-
Za
-
z
]
{2}
)
|
(?:
[
A
-
Za
-
z
]
[
A
-
Za
-
z
\d
]
\d
?
\d
[
A
-
Za
-
z
]
{2}
)
|
(?:
[
A
-
Za
-
z
]
{2}
\d
{2}
?
\d
[
A
-
Za
-
z
]
{2}
)
|
(?:
[
A
-
Za
-
z
]
\d
[
A
-
Za
-
z
]
?
\d
[
A
-
Za
-
z
]
{2}
)
|
(?:
[
A
-
Za
-
z
]
{2}
\d
[
A
-
Za
-
z
]
?
\d
[
A
-
Za
-
z
]
{2}
)
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
Michael Ramirez
- 7 years ago