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 12,160 community submitted regex patterns...
1
Desc
PCRE (PHP <7.3)
match /* @Desc("(.)");
Submitted by
anonymous
-
9 years ago
1
02
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Trim to newline
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
a
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Pokemon move splitter
PCRE (PHP <7.3)
For splitting up moves from breeding.
Submitted by
anonymous
-
9 years ago
1
search self capture in block
PCRE (PHP <7.3)
in os development such code caused memory leak, [some do:^(){ self.someProperty = value; }]; let's fixed it.
Submitted by
wangchaojs02
-
9 years ago
1
GRS50 weight response
PCRE (PHP <7.3)
Matches the meaningful content of a GRS50 scale's weight notification
Submitted by
Ben Leggiero
-
9 years ago
0
TAYLOR REPLACEMENT STRING
PCRE (PHP <7.3)
TAYLOR Part Replacement
Submitted by
Case Ahr
-
9 years ago
1
nullDateTime
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Okan Aybar Makale
PCRE (PHP <7.3)
Okan Aybar makalelerini konularına göre parse eden regex
Submitted by
syil
-
9 years ago
1
RGBA [0;255]
PCRE (PHP <7.3)
Color RGBA in shape : 255, 255, 255, 255 ',' or ';' are accepted
Submitted by
theBlueBisu
-
9 years ago
2
RGB [0;255]
PCRE (PHP <7.3)
Color RGB in shape: 255, 255, 255 ',' or ';' are accepted
Submitted by
theBlueBisu
-
9 years ago
1
Alpha then 7 numbers
PCRE (PHP <7.3)
Alpha then 7 numbers
Submitted by
Jeff Cunningham
-
9 years ago
1
us date format
PCRE (PHP <7.3)
us date format
Submitted by
denis
-
9 years ago
0
Match SysLog Struvtured Data Elements
PCRE (PHP <7.3)
Matches structured data elements multiple times Groups on SD-ID, keys, values
Submitted by
anonymous
-
9 years ago
1
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Command line arguments split
PCRE (PHP <7.3)
From http://stackoverflow.com/a/19856614/561545
Submitted by
anonymous
-
9 years ago
1
ruTorrent RSS filter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
lookbehind + lookahead
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
PHP identifier
PCRE (PHP <7.3)
The official expression used for variable names, class names, etc. From http://www.php.net/manual/en/language.variables.basics.php
Submitted by
anonymous
-
9 years ago
1
...
522
523
524
525
526
...
608
Community Library Entry
3
Regular Expression
PCRE (PHP <7.3)
/
(?!
<
\S
)
(?!
\S
{11}
)
(?!
\S
*
berry
\S
)
(
\S
+
berry
)
(?!
$
)
/
im
Open regex in editor
Description
hj
Submitted by
hj
-
9 years ago