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 14,960 community submitted regex patterns...
0
AWS Arn matching
Python
This pattern matches the AWS's ARN pattern
Submitted by
anonymous
-
4 years ago
0
Find Table and Field Name based on Square Brackets
Python
Find Table and Field Name based on Square Brackets
Submitted by
anonymous
-
4 years ago
0
Replace the P label around the img label
Python
Replace the P label around the img label
Submitted by
lypch@126.com
-
4 years ago
0
Extract the src property with its content and recompose the img label
Python
Extract the src property with its content and recompose the img label
Submitted by
lypch@126.com
-
4 years ago
0
getChannelVideos()
PCRE (PHP <7.3)
To download the information of Youtube Channel Videos
Submitted by
anonymous
-
4 years ago
0
getchannel
PCRE (PHP <7.3)
get channel
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Useless texts
PCRE (PHP <7.3)
Useless texts
Submitted by
Antério vieria
-
4 years ago
0
regex_crossover_programme_neuf/restructuré
Python
guif
Submitted by
guif
-
4 years ago
0
Valor Dinheiro
Python
Validar um valor em dinheiro
Submitted by
anonymous
-
4 years ago
0
Litecoin-1fcfd
PCRE (PHP <7.3)
litecoin:Ldeontgmqp8NJnwk8pwcM4gv31VhJL2WgS?label=luckyfish.%20io%20tnlzsp6i93b9
Submitted by
anonymous
-
4 years ago
0
sentence break
ECMAScript (JavaScript)
breaks the blobs into sentences
Submitted by
Imran A
-
4 years ago
0
filter Google Cloud monitoring labels
PCRE (PHP <7.3)
useful for filtering data from Gooogle Compute Engine monitoring into grafana
Submitted by
NR0Q
-
4 years ago
0
({( ?){ ( ?)(.*) ( ?)}( ?)})
Java 8
{ { I\'m so {cool}, I\'m nested }} I\'m neither { I\'m just boring normal braces }
Submitted by
anonymous
-
4 years ago
0
YAML Textmate Grammar - Name Property Hoister
ECMAScript (JavaScript)
YAML Textmate Grammar - Name property hoister Moves a later name key value pair in multi-value block map definition to the top of its body (e.g. value with - prefix), easily changable to other keys and indent levels. Details/Notes on Modification ...
Submitted by
disk0
-
4 years ago
0
ECMAScript - Variable Identifier
ECMAScript (JavaScript)
Any valid ECMAScript identifier name
Submitted by
disk0
-
4 years ago
0
Single Letter, No Numbers + Letter Exclusions
PCRE (PHP <7.3)
Allow users to only enter a single letter, no numbers, and determine which characters they are not allowed to enter (both uppercase and lowercase).
Submitted by
anonymous
-
4 years ago
0
提取特殊字符中间内容
ECMAScript (JavaScript)
用于提取特殊字符中间内容
Submitted by
lqzo
-
4 years ago
0
Expresíon para marca
Python
obtiene la marca de vehículos
Submitted by
Eduarco Baas Kauil
-
4 years ago
0
Parsed PGN
ECMAScript (JavaScript)
In my use case, I had to parse PGN this way for my book opening apps. Transformed result later { 1: { black: 'c6'...
Submitted by
Muhammad Surga Savero
-
4 years ago
0
add interfaces to ef models
PCRE (PHP <7.3)
Use this to add interfaces to ef models using vs replace all with regex
Submitted by
anonymous
-
4 years ago
1
...
680
681
682
683
684
...
748
Community Library Entry
0
Regular Expression
Java 8
"
(?:
.
*
::
)?
(
[
\w
.
]
+
)
\)
?
"
gm
Open regex in editor
Description
This regex extracts only the param type and omits any prefixed annotations included in the name.
Submitted by
anonymous
-
3 years ago