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 2,720 community submitted regex patterns...
0
GROK to split log file name by dots
PCRE2 (PHP >=7.3)
Use Filebeat and split log filenames in Logstash into separate fields: `grok { match => "[log[path]", "(?\w+)\.(?[a-zA-Z-]+)\.(?[a-zA-Z-]+)"] }` use filenames like...
Submitted by
SeparateReality
-
4 years ago
0
Teachers expiry date 19022021
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
-2
From conf table to hive table
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Name (First, Last) or (Last, First)
PCRE2 (PHP >=7.3)
Useful for checking comma separated full names
Submitted by
Bryan Luu
-
4 years ago
0
ChristEl
PCRE2 (PHP >=7.3)
Christ Elektronic -> long version
Submitted by
Jan Alexander
-
4 years ago
0
Credit Guard version2
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Credit Guard API
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Clou v1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ivrstudio BRs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Hex colours
PCRE2 (PHP >=7.3)
no description available
Submitted by
Mark Cooper
-
4 years ago
0
transaction_lazypay
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
#67135
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
username
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
-2
LinuxOSVersion
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
-2
Exclude particular word in phrase
PCRE2 (PHP >=7.3)
this will exclude particular phrase from a line. means it will match only those line which dont have those word
Submitted by
anonymous
-
4 years ago
0
ISO 8601 Define Date Time Check
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
extract_field_names_AA
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Javascript function declaration to arrow function declaration regex
PCRE2 (PHP >=7.3)
This regex takes a function declaration and transforms it to an arrow function. Replace: const $1 = $2 => $3;
Submitted by
anonymous
-
4 years ago
0
Foundational Offering URLs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Foundational Offering URLs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
131
132
133
134
135
136
Community Library Entry
-1
Regular Expression
ECMAScript (JavaScript)
/
/
<img
style="
(
.
*
)
">
(
.
*
)
/
ig;
/
Open regex in editor
Description
style img
Submitted by
anonymous
-
11 years ago