Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
1
URL-Matcher
Created
·
2015-06-02 05:53
Flavor
·
PCRE (Legacy)
a simple url regex which prevents matching of a trailing ">" (the html representation of a closeing angle bracket ">")
Submitted by
Erich Spaker
1
URL
Created
·
2015-06-02 05:56
Flavor
·
PCRE (Legacy)
simple url regex which also prevents capture of a trailing ">" (the html representation of ">")
Submitted by
Erich Spaker
1
Sentence and word validator
Created
·
2015-06-02 14:40
Flavor
·
PCRE (Legacy)
Last captured word available via group W. Last captured sentence available via group S. Last parenthesis stuff in 6th capturing group.
Submitted by
luis140219 on GitHub
1
Polynomial matcher
Created
·
2015-06-02 19:54
Flavor
·
PCRE (Legacy)
Matches every polynomial you want ;)
Submitted by
Stefan Baumann
1
Replace anonymous actions
Created
·
2015-06-03 09:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
nwtis_app1_admin
Created
·
2015-06-03 16:28
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
URL
Created
·
2015-06-03 17:33
Flavor
·
PCRE (Legacy)
Gets all parts of URL including port, username, password, fragment, query, and path
Submitted by
Vihan Bhargava
1
From HireDesk Select to Drupal Select List
Created
·
2015-06-03 20:44
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
regrex expression
Created
·
2015-06-04 08:35
Flavor
·
PCRE (Legacy)
http://www.r-project.org/mail.html
Submitted by
Michael Tan
1
Extract a UUID
Created
·
2015-06-04 09:15
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
LMC date match
Created
·
2015-06-04 16:59
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
David Zurcher
1
Mio- schedule task log parser
Created
·
2015-06-04 20:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Syslog Parser
Created
·
2015-06-04 21:06
Flavor
·
PCRE (Legacy)
#134# 2015-05-14T21:22:40-04:00 PRODNJ-RPT01 Microsoft-Windows-TaskScheduler Task Scheduler successfully completed task "\WarmUp Vantage" , instance "{E26D061B-15DD-4F58-B80C-4F11225333DF}" , action "D:\warmupscrt\BSAImpersonationIssueFixer.exe" with return code 0.
Submitted by
anonymous
1
get all files
Created
·
2015-06-05 13:58
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Phone Number Extractor
Created
·
2015-06-05 15:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Codedude
1
Trim
Created
·
2015-06-05 19:53
Flavor
·
ECMAScript (JavaScript)
Trims a string without selecting any unnecessary text.
Submitted by
Vihan Bhargava
1
matching sentence
Created
·
2015-06-05 20:07
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Check_Email
Created
·
2015-06-05 20:24
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
magic URL regex
Created
·
2015-06-07 19:52
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Dígitos com um ponto no meio (não representa um decimal)
Created
·
2015-06-08 18:25
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Alexandre Daniel
Previous page
1
…
150
151
152
153
154
…
915
Next page
Community Library Entry
1
Regular Expression
Created
·
2015-05-12 20:52
Flavor
·
PCRE (Legacy)
/
(?'ident'
[
a
-
z.
]
*?
)
(?'expression'
equals
|
bigger
)
(?'compare'
[
0
-
9a
-
z
\“\”
]
+
)
/
gi
Open regex in editor
Description
no description available
Submitted by
anonymous