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,020 community submitted regex patterns...
0
vmnames
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
MM regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex Caracteres Especiais
PCRE (PHP <7.3)
Regex para remover os caracteres especiais, deixando os numeros, caracteres de A-Z (maiusculo e minusculo) e os caracteres padroes do teclado, e espacos.
Submitted by
anonymous
-
7 years ago
0
Regex Caracteres Especiais
ECMAScript (JavaScript)
Regex para remover os caracteres especiais, deixando os numeros, caracteres de A-Z (maiusculo e minusculo) e os caracteres padroes do teclado, e espacos.
Submitted by
anonymous
-
7 years ago
0
https://smartling.zendesk.com/agent/tickets/22535
PCRE (PHP <7.3)
Client support for regex for their .po files.
Submitted by
anonymous
-
7 years ago
0
Search and replace for %keyword% formats
PCRE (PHP <7.3)
Allows you to do a regex for all keywords starting and ending with a % sign, including ones with dashes or underscores.
Submitted by
anonymous
-
7 years ago
0
RMarkdown - Add Bold titles to code chunks
PCRE (PHP <7.3)
no description available
Submitted by
Stephen Synchronicity
-
7 years ago
0
FControlnameExtraction-1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Dont allow email with domain graduan.com
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Password check: 1 number and longer than 8 chars
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Separate Canada Phone Numbers from address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
PBC - New Distributor List
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
(Last modified 3 years ago)
0
PBC - Genealogy report
PCRE (PHP <7.3)
tohle byla fuška :-)
Submitted by
anonymous
-
7 years ago
0
PBC - Genealogy Report - zmenšená verze - pokusy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Fare Calc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
prompt regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
"SURNAME, Name M." for Google Forms
PCRE (PHP <7.3)
Matches entries of authors in the "SURNAME, Name" system format (NBR 6023) for some Unicode characters. Google Forms regular expression matching does not have Unicode support. This Regex is intended to overcome this limitation. Ex.: O'DRISCOLL, Patrick; MERÉNYI, Erzsébet; GROSSMAN, Robert...
Submitted by
Rolf Simoes
-
7 years ago
0
duplicate words
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
simple domain regex
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Webnovel - all Sites without Chaptersites
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
442
443
444
445
446
...
901
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
[
\d
]
{1,3}
\.
[
\d
]
{1,3}
\.
[
\d
]
{1,3}
\.
[
\d
]
{1,3}
)
:
(
[
\d
]
{1,5}
)
/
gm
Open regex in editor
Description
Match ip address with port
Submitted by
PARNKOT
-
2 years ago