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)
mail
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-22 10:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
only name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-22 09:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
texto con 25 w
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-22 09:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Russian Endings, Single Word Grabber
PCRE (PHP <7.3)
Grabs an ending of russian words. Each word must be on separate line. In development.
Submitted by
anonymous
-
5 years ago
2019-02-22 08:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
html tags with attributes
Python
html tags with attributes
Submitted by
anonymous
-
5 years ago
2019-02-22 00:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Nombre no compuesto
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-21 23:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Brighthouse Search in Phone__c object for contact
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-21 22:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NĂºmeros enteros y nĂºmeros decimales
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-21 22:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DIMOB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-21 19:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Remove Ordinals
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-21 18:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Variations of the word 'Realtime'
PCRE (PHP <7.3)
##Purpose## Remove the word 'Realtime', its various alternatives, and any surrounding, unnecessary, characters, from a list of strings. Examples of the alternative phrases are Real-time, (Realtime), - Realtime, RT, and so on.
Submitted by
anonymous
-
5 years ago
2019-02-21 18:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match all after string
PCRE (PHP <7.3)
get keywords out of a url query string
Submitted by
anonymous
-
5 years ago
2019-02-21 15:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
US Highway Routes
Python
Highway ROUTE RTE State Route Hwy Fwy...
Submitted by
anonymous
-
5 years ago
2019-02-21 13:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-21 10:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Christinger | Name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-21 07:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regexNVP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-21 07:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bank Account Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-21 00:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-20 23:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
multi-line java-style comments
PCRE (PHP <7.3)
Comments of type /* ... */ and java-doc are matched.
Submitted by
anonymous
-
5 years ago
2019-02-20 22:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
www-urls without protocol and not in <a>-tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-20 15:49
1
...
225
226
227
228
229
230
231
...
574
Remove anything but float and integer
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
[^
\d
,
]
+
|
,
\D
|
\D
,
|
\d
+
,
\d
{3}
|
\d
{3,}
(?:
,
\d
+
)?
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2019-02-19 13:18