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,000 community submitted regex patterns...
0
CSP Nonce
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CSP Nonce #2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
分组
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
data uri
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Props Destructuring (first Pass)
PCRE (PHP <7.3)
First pass that converts first instance of non-destructured props
Submitted by
anonymous
-
4 years ago
0
Container
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Element {.class}
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
List {.class}
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
<?ext Captures
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Numeric Only
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex for Matterport Virtual Tour
PCRE (PHP <7.3)
Adinco CRM
Submitted by
anonymous
-
4 years ago
0
Book summaries - Look Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Book summaries - short Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Mark every 50 characters
PCRE (PHP <7.3)
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Submitted by
anonymous
-
4 years ago
0
payment b_side
Python
no description available
Submitted by
anonymous
-
4 years ago
0
payment sign day 1
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Last word in a string
Python
no description available
Submitted by
anonymous
-
4 years ago
0
To tall, det siste i parentes
PCRE (PHP <7.3)
Henter tall ut av tabellen https://www.nature.com/articles/s42003-020-01156-0/tables/1
Submitted by
anonymous
-
4 years ago
0
shipping rules
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
eeprom block_list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
313
314
315
316
317
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
.
(?<!
(
<
|
>
|
\+
|
-
|
\.
|
,
|
\[
|
\]
)
)
/
gm
Open regex in editor
Description
Regex to select everything except brainfuck symbols.
Submitted by
rex0515
-
3 years ago