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
Terraform module extraction
PCRE (PHP <7.3)
This regex looks at our terraform build- pipeline jobs and extracts out the fields we need to perform analysis in splunk
Submitted by
anonymous
-
5 years ago
0
Terraform resource ID
PCRE (PHP <7.3)
Grabs the resource ID in terraform job logs
Submitted by
anonymous
-
5 years ago
-1
Jenkins build number extraction
PCRE (PHP <7.3)
Extracts the build number from the source field in Splunk from the file path
Submitted by
anonymous
-
5 years ago
0
vin match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
car_info_additional
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
car info add
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
中文英文匹配规则
ECMAScript (JavaScript)
中文英文匹配规则
Submitted by
anonymous
-
5 years ago
0
naming conv
PCRE (PHP <7.3)
/^(BSR_+[0-9]{4}(0[1-9]|1[0-2])(0[1-9]|1-2|3[0-1])T|01)0-50-5)+(.csv)$/gm;
Submitted by
anonymous
-
5 years ago
0
naming conv
PCRE (PHP <7.3)
/^(BSR_+[0-9]{4}(0[1-9]|1[0-2])(0[1-9]|1-2|3[0-1])T|01)0-50-5)+(.csv)$/gm;
Submitted by
anonymous
-
5 years ago
0
iostat
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Policy N
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
password checker
PCRE (PHP <7.3)
ckeck password
Submitted by
anonymous
-
5 years ago
0
Convert camel case to snake case
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Sentencia fallo
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Youtube URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Image Charts - chm
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
UK Postcode
PCRE (PHP <7.3)
Accepts full and sector level UK postcode
Submitted by
anonymous
-
5 years ago
0
MI LIQUOR DIST LIC CODES
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Swap MM/DD/YYYY to DD/MM/YYYY
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find //Character entries
ECMAScript (JavaScript)
^(\/\/)(?![\ ])(\w)*
Submitted by
anonymous
-
5 years ago
1
...
590
591
592
593
594
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\w
+
)
(
\t
)
(
.
*
?
)
(
\t
)
(
\d
+
)
(
\t
)
(
.
*
?
)
(
\t
)
(
.
*
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago