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
Tokped FE Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Method definition to Moq It.IsAny call
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
{}で囲まれていない部分に存在する;にマッチ
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Title to Tags tag extraction
PCRE (PHP <7.3)
This is the regex I'm currently using to extract terms from a post title string.
Submitted by
anonymous
-
6 years ago
0
match one word or another
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
some + Guid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Macro
Python
no description available
Submitted by
anonymous
-
6 years ago
0
get positive float number from string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
wp search-replace urls string type to clean url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Do perla
PCRE (PHP <7.3)
Zamiana ./ i RAW
Submitted by
anonymous
-
6 years ago
0
Drug name cleansing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
phone numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Babak Website regular expression
ECMAScript (JavaScript)
for websites
Submitted by
anonymous
-
6 years ago
0
All capital letters of SMF lang files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
数字+一位小数点正则替换
ECMAScript (JavaScript)
num = num .replace(reg1, '') .replace(reg2, '') .replace(reg3, '$1_') .replace('.', '') .replace('_', '.');
Submitted by
anonymous
-
6 years ago
0
Find and remove search facets so as to extract precise search keywords
PCRE (PHP <7.3)
Search facets are patterned like TAXONOMY:60047, GO:GO:34566, disease:"Alzheimer's Disease", modellingapproach:"Petri-net", so on. A query string is often made up search keywords and these facets. To extract precise search keywords, we get rid of those facets and the rest of the query string is sear...
Submitted by
anonymous
-
6 years ago
0
Réaliste
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DevOps
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
position L1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Links match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
179
180
181
182
183
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
[
0
-
9
]
{1,4}
[
]
{0,1}
(
mg
)
[
\/
]
{0,1}
(
kg
\/
day
|
kg
|
day
|
d
)
|
[
0
-
9
]
[
]
{0,1}
(
mcg
|
units
|
BID
)
|
(
[
0
-
9
]
[
0
-
9.
]
){0,1}
[
0
-
9
]
{1,3}
[
%
]
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago