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...
0
Bilhetes Sulamerica Avaya
Created
·
2018-09-11 14:04
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Capture width value of svg tag.
Created
·
2018-09-11 19:57
Flavor
·
PCRE (Legacy)
Captures the width value of a single SVG tag.
Submitted by
anonymous
0
Second part of two part name
Created
·
2018-09-11 23:26
Flavor
·
PCRE (Legacy)
Used this in the DETECT pilot study to pull apart first names that had two parts (e.g., mary jo).
Submitted by
anonymous
0
First part of two part name
Created
·
2018-09-11 23:28
Flavor
·
PCRE (Legacy)
Used this in the DETECT pilot study to pull apart first names that had two parts (e.g., mary jo).
Submitted by
anonymous
0
Optional decomposition
Created
·
2018-09-12 08:53
Flavor
·
PCRE (Legacy)
Find optional decomposition in codebase
Submitted by
anonymous
0
Select all special characters except white space
Created
·
2018-09-12 17:23
Flavor
·
PCRE (Legacy)
\d - numeric class \s - whitespace a-zA-Z - matches all the letters ^ - negates them all - so you get - non numeric chars, non spaces
Submitted by
anonymous
0
US/Canadian Postal Codes
Created
·
2018-09-12 18:04
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
REGEX TARDE
Created
·
2018-09-13 14:33
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
testwizardlog
Created
·
2018-09-13 15:06
Flavor
·
PCRE (Legacy)
a testwizard log extractor for my scripts.
Submitted by
anonymous
0
Email01
Created
·
2018-09-14 00:15
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
С НДС
Created
·
2018-09-14 13:44
Flavor
·
Python
no description available
Submitted by
anonymous
0
Http url parser
Created
·
2018-09-15 17:50
Flavor
·
PCRE (Legacy)
parse http url into scheme, domain, uri, hash, (user port if exist)
Submitted by
anonymous
0
Без НДС
Created
·
2018-09-16 15:48
Flavor
·
Python
no description available
Submitted by
anonymous
0
С НДС Newline
Created
·
2018-09-16 15:49
Flavor
·
Python
no description available
Submitted by
anonymous
0
remove tag <script
Created
·
2018-09-17 15:06
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
remove private tag <xxxx> </yyyy>
Created
·
2018-09-17 15:10
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
DMLR - Email Subject - Invoice
Created
·
2018-09-17 17:23
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
DMLR - Email Subject - Invoice
Created
·
2018-09-17 17:24
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Valid SST
Created
·
2018-09-18 08:07
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
二単語連続
Created
·
2018-09-18 10:39
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
Previous page
1
…
520
521
522
523
524
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2018-09-17 17:24
Flavor
·
ECMAScript (JavaScript)
/
Invoice
(
(?:
[
0
-
9
]
){8}
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous