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,940 community submitted regex patterns...
1
SEG_b3ta
PCRE (PHP <7.3)
no description available
Submitted by
isor_818
-
9 years ago
1
( + eny sympol
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
ZettIsor
PCRE (PHP <7.3)
no description available
Submitted by
isor
-
9 years ago
1
Suraj_WithoutDotAll
PCRE (PHP <7.3)
In JMeter a response had a new line character in between. Used following regular expression as "barcode\?message=(.+)(\n)(.+)" and got the the result
Submitted by
Suraj Shankla
-
9 years ago
1
Simple Shamsy Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
asset replacement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match wikitext link prefix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
html
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Inter disassembly instruction parser
PCRE (PHP <7.3)
Intel-mnemonics bfd-disassembly instruction parser
Submitted by
anonymous
-
9 years ago
1
IPv4
PCRE (PHP <7.3)
I didn't find any good (any easy) ones. So here you go ^^
Submitted by
timmyRS
-
9 years ago
1
Lead Lag Constraint
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Speed index
PCRE (PHP <7.3)
For tires
Submitted by
Zavs
-
9 years ago
1
regex to find domain without instances being part of subdomain.domain
PCRE (PHP <7.3)
no description available
Submitted by
tripleee
-
9 years ago
1
Regex Phone fr
PCRE (PHP <7.3)
avec - et . accept
Submitted by
jenaye
-
9 years ago
1
AddTable
PCRE (PHP <7.3)
Add T001 table
Submitted by
Hugo A.
-
9 years ago
1
dsadsa
PCRE (PHP <7.3)
dsadsadsa
Submitted by
dsadsadsa
-
9 years ago
1
Find specific IPs and IP Patterns
PCRE (PHP <7.3)
Having a couple of groups of IPs for which you can establish some kind of pattern
Submitted by
anonymous
-
9 years ago
1
Match localizable strings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match localizable strings
PCRE (PHP <7.3)
no description available
Submitted by
LadyDascalie
-
9 years ago
1
Pro Football Weekely - Green Bay Packers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
460
461
462
463
464
...
597
Community Library Entry
1
Regular Expression
Rust
r"
^
(?:
(
(?:
bool
|
char
|
str
)
|
(?:
[
fiu
]
(?:
32
|
64
)
)
|
(?:
[
iu
]
(?:
8
|
16
|
128
|
size
)
)
)
|
(
_
*
[
A
-
Z
]
[
a
-
zA
-
Z0
-
9_
]
*
)
)
$
"
xgm
Open regex in editor
Description
Matches built-in primitives and identifiers with casing conventionally used for type/constant names.
Submitted by
Neel Yadav
-
a year ago