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...
0
Unary powers of two
PCRE (PHP <7.3)
no description available
Submitted by
github.com/dibasic
-
5 years ago
0
Dutch street address regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Mexico-CURP-search-v1
Python
Regular Expression that searches for CURP standard in Mexico. This is version 1 - 18 positions, with simple validation:`` A-ZA-Z[0-9[0-9[0-9H|MA-ZA-Z0-9
Submitted by
anonymous
-
5 years ago
0
getQueries from CFC
PCRE (PHP <7.3)
Submitted by
anonymous
-
5 years ago
0
URL - use string between last 2 / to form new URL
PCRE (PHP <7.3)
used when saving a site locally This will replace internet links with local ones from the folder you've saved the site in.
Submitted by
anonymous
-
5 years ago
0
RegEx to remove hyphens between two search and found strings
PCRE (PHP <7.3)
Try a regex based on \G anchor for chaining matches to the desired starting point. (?<=\G(?!^)|clients_field_)(\w*)- Replace with what was captured inside the first capturing group. $1...
Submitted by
anonymous
-
5 years ago
0
SYM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
SYMS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
22 Jimmy
PCRE (PHP <7.3)
.+\.{a-z}+$
Submitted by
anonymous
-
5 years ago
0
xplane avandro get data
PCRE (PHP <7.3)
get data either by its dataref or by an index used by xplane avandro plugin
Submitted by
anonymous
-
5 years ago
0
Jimmy script 11-2-19
PCRE (PHP <7.3)
DELETE * FROM albums WHERE YEAR = '2018'...
Submitted by
anonymous
-
5 years ago
0
videobin
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
HTML Comment Remover
PCRE (PHP <7.3)
With that you can remove all comentaries from html code
Submitted by
anonymous
-
5 years ago
0
Phone number
PCRE (PHP <7.3)
Regex to group phone numbers.
Submitted by
anonymous
-
5 years ago
0
xplane set value with avandro
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
[DQL] - Comando e Valores
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Stopword liste Voyant til R
PCRE (PHP <7.3)
Opgave 1 - Stopword liste Voyant til R
Submitted by
anonymous
-
5 years ago
0
Stopword liste R til Voyant
PCRE (PHP <7.3)
Opgave 2 - Stopword liste R til Voyant
Submitted by
anonymous
-
5 years ago
0
OS Paths
PCRE (PHP <7.3)
Windows Linux and Web OS Paths checked Regex
Submitted by
anonymous
-
5 years ago
0
Phone regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
607
608
609
610
611
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<=
INVOICE
)
.
*
(?=
PO
#
)
/
g
Open regex in editor
Description
Find text between two words
Submitted by
suha a
-
3 years ago