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 11,500 community submitted regex patterns...
0
Match text inside of single/double quotes, mysql identifier tokens(`)(ignore escaped nested quotes)
PCRE (PHP <7.3)
Verbose, somewhat cryptic and very efficient pattern to match all text inside of quotes and MySQL identifier tokens.
Submitted by
Phillip Weber
-
4 years ago
0
Multiline Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
dy-earnings-in-a-date
PCRE (PHP <7.3)
FIIs related content about dividend yield exposed by one website
Submitted by
anonymous
-
4 years ago
0
Captura de URLs
Python
captura los diferentes tipos de URLs de protocolo HTTP
Submitted by
anonymous
-
4 years ago
0
ontology
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
match ***
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
https://twitter.com/MGWVc
Golang
[](url)
Submitted by
anonymous
-
4 years ago
0
bigcook12345.eth
PCRE (PHP <7.3)
The new guy, trying to get my mess out of the way to be able to be compiled together the correct way. Still working on it.
Submitted by
anonymous
-
4 years ago
0
bigcook12345.eth
PCRE (PHP <7.3)
The new guy, trying to get my mess out of the way to be able to be compiled together the correct way. Still working on it.
Submitted by
anonymous
-
4 years ago
0
String after :
PCRE (PHP <7.3)
Selects the string after the : sign
Submitted by
anonymous
-
4 years ago
0
ss skmem line parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
傅伯杰
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex to Match on Called Party and Modify CNAM on outbound SIP INVITE
PCRE (PHP <7.3)
Modify existing or blank CNAM portion of SIP URI for specific Called Party to a specific value on outbound SIP INVITE.
Submitted by
anonymous
-
4 years ago
0
goccy/go-json benchmark
Golang
pushd benchmarks && go mod vendor -v && go test -v -run='^$' -bench='^Benchmark.*(|(Decoder|Reuse|String|Unmapped|GoJson(NoEscape)?))$' -benchmem . && popd `
Submitted by
anonymous
-
4 years ago
0
header
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
CLI Template Prompt Tests
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Donglin tang
PCRE (PHP <7.3)
Social security number
Submitted by
anonymous
-
4 years ago
0
Kundenportal - dialogMail
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
VOG alle talen pagina
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match the names of C RTL startup modules from Microchip's XC16 compiler RTS library liblega-pic30-(elf|coff).a
Python
Matches the names of all the C startup modules found in the library. Should also match similarly-named modules. Minimizing capture groups and clarifying(?) capture group names A work in progress!
Submitted by
anonymous
-
4 years ago
1
...
521
522
523
524
525
...
575
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
[
A
-
Za
-
z0
-
9+
]
+
)
(?:
[
._-
]
{1}
[
A
-
Za
-
z
]
+
)*
)
(
[
._-
]
{1}
(?:
[
+
-
_
\d
A
-
Za
-
z.
]
*
)*
)*
$
/
gm
Open regex in editor
Description
Splitting Additionalname in Basename and Specification
Submitted by
JK
-
a year ago
(Last modified a year ago)