Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
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 >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 8,400 community submitted regex patterns...
0
TODO Js
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
test_epoc
Python
no description available
Submitted by
anonymous
-
6 years ago
0
phones_celleb
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Url match
Python
no description available
Submitted by
anonymous
-
6 years ago
0
My-DesiredEmailFormatValidation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Address Parser
ECMAScript (JavaScript)
This is used to parse Address text. TEST DATA: 39 w. 38th Street, 10th Floor, NY, NY 10018 39 w. 38th Street, NY, NY 10018
Submitted by
anonymous
-
6 years ago
0
Regex for mentions @username like twitter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
cinecalidad
Python
no description available
Submitted by
anonymous
-
6 years ago
0
NUEVO
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Inchcape Browse Build Buy IIS URL Rewrite
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Date Format
ECMAScript (JavaScript)
This will check for a date using the format xx-xx-yyyy. The reason the first two groupings are labeled with 'xx' is because we can't be sure which is the month or the date as it will look for both formats and match true. This can also be used in conjunction with ?, ?, and ? to better search for spec...
Submitted by
anonymous
-
6 years ago
0
Month (Alpha) and Day
Python
Three letter or full text month name (including Sept for September) with or without upper case first letter for month followed by one or two digit day with no intervening white space. examples: Jan10 february29 Sept15 ...
Submitted by
anonymous
-
6 years ago
0
query.log
Python
no description available
Submitted by
anonymous
-
6 years ago
0
TX7470 and RX1
ECMAScript (JavaScript)
Working Regex
Submitted by
anonymous
-
6 years ago
0
объединение двух результатов регулярных выражений
Python
((?)(.|\n|\s)?(?=))|((?)(.|\n|\s)?(?=))
Submitted by
anonymous
-
6 years ago
0
Выделение текста в определенном теге без учета переноса стр оки
Python
(?)(.*) (?=) Выделение текста в определенном теге без учета переноса строки
Submitted by
anonymous
-
6 years ago
0
Replace CSV delimiter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
vendor modernization
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Regexp HTML & CLosing
Python
no description available
Submitted by
anonymous
-
6 years ago
0
TX7470 and RX1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
282
283
284
285
286
...
420
Community Library Entry
-1
Regular Expression
Python
r"
(
\A
|
\s
)
#
(
\w
+
)
"
g
Open regex in editor
Description
Using the twitter API, take a tweet object and find & link #tags to embed in HTML
Submitted by
@triplec1988
-
11 years ago