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 18,000 community submitted regex patterns...
1
Scriptures
PCRE (PHP <7.3)
Filters scriptureresults from songresults
Submitted by
Me
-
9 years ago
1
200 / 300 status code
PCRE (PHP <7.3)
no description available
Submitted by
eric
-
9 years ago
(Last modified a year ago)
1
Remove cid link entirely
PCRE (PHP <7.3)
no description available
Submitted by
Coooly
-
9 years ago
1
username validation
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Eplus comment parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
OHSU Visit Search
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
constant.other.symbol.ruby
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
^([A-Z]{3})$
ECMAScript (JavaScript)
^([A-Z]{3})$
Submitted by
anonymous
-
9 years ago
1
search spesial characters
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
gmail
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
tablespace_skipper
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Chat command capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Work Time Parsing
PCRE (PHP <7.3)
Parsing my work time sheet (doesn't validate times/dates). Options available: 12/17/2015 09:00 - 13:00 12/17/2015 09:00 - 17:00 LUNCH 00:30 12/17/2016 HOLIDAY
Submitted by
Anthony N
-
9 years ago
1
номер телефона Украина
PCRE (PHP <7.3)
поиск номера телефона в тексте
Submitted by
Сергей
-
9 years ago
1
Splunk line breaker Catalina.out
PCRE (PHP <7.3)
Line break regex for Catalina.out without timestamps
Submitted by
Keith Muggleton
-
9 years ago
1
(.+) \[INFO.+\nStopWatch(?:.+?\n)+?(.+% .+ Mercado)
Python
Tiempo mercados
Submitted by
anonymous
-
9 years ago
1
vggcb
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Convert array.forEach for IE8
ECMAScript (JavaScript)
A regex and replace pattern pair for replacing array.forEach(func) with angular.forEach(array, func) This is useful because IE8 does not support array.forEach.
Submitted by
anonymous
-
9 years ago
1
SVG - Get rect and text with links
PCRE (PHP <7.3)
no description available
Submitted by
Clowreed
-
9 years ago
1
string between two underscores
Python
this simple regexp will find a string between two undercores
Submitted by
slprag
-
9 years ago
1
...
138
139
140
141
142
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
\<
Folder
id="
\w
+
.
*
">
|
\<\/
Folder
\>
/
gm
Open regex in editor
Description
Featch or Replace Folder tag data. <FOLDER id="any (word)">hello</FOLDER> Result: hello
Submitted by
Rohit Wadhwa
-
9 years ago