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
Apache user agent regex
PCRE2 (PHP >=7.3)
This regex groups data for easy parsing based on typical Apache user agent logs. The regex will never fail; it matches anything, even if user agent is atypical. Whitespaces on matches will need to be cleaned programmatically. Submitted by: Dennis Faas https://www.infopackets.com
Submitted by
anonymous
-
2 years ago
1
Email with special characters
ECMAScript (JavaScript)
Built using this specification
Submitted by
studium-inexorabile
-
2 years ago
0
Floating point and scientific notation regex
PCRE2 (PHP >=7.3)
Matches real/FP numbers which may optionally also include a scientific notation/exponent part.
Submitted by
Kevin Winner
-
2 years ago
0
date format
ECMAScript (JavaScript)
relative date format
Submitted by
anonymous
-
2 years ago
0
DADOS
PCRE2 (PHP >=7.3)
CAPTURAR
Submitted by
anonymous
-
2 years ago
0
title
PCRE2 (PHP >=7.3)
title
Submitted by
anonymous
-
2 years ago
0
dmidecode parse
Python
Used to match all parts of output from dmidecode.
Submitted by
Paddy3118
-
2 years ago
0
MSSQL data source and initial catalog
PCRE2 (PHP >=7.3)
given a connection string to MSSQL server, we want to extract the URL and the name of the database. these are the "data source" and "initial catalog" fields respectively. The regex does not assume an order between those fieldss
Submitted by
Noam
-
2 years ago
(Last modified 2 years ago)
0
Turkiye GSM Operator Numbers 0(5__)
ECMAScript (JavaScript)
Regex to validate Turk Gsm Company numbers
Submitted by
irfanMiral.com
-
2 years ago
0
Get everything between two characters
Python
Get everything between two characters
Submitted by
Danarvelini
-
2 years ago
(Last modified 2 years ago)
0
Template regex
PCRE2 (PHP >=7.3)
Template
Submitted by
anonymous
-
2 years ago
1
Matching CSS Properties
ECMAScript (JavaScript)
CSS Properties
Submitted by
Luidenka
-
2 years ago
0
只包含字母下划线数字
PCRE2 (PHP >=7.3)
匹配只包含字母,数字,下划线的字符串
Submitted by
白小黑
-
2 years ago
0
Terraform Service Name
Golang
Useful for validating services in TF
Submitted by
Nick Zaccardi
-
2 years ago
0
Match wikipedia thumbnails images v5
ECMAScript (JavaScript)
Match wikipedia thumbnails images V5
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Matches wikipedia thumbnails images in the page
ECMAScript (JavaScript)
Matches wikipedia thumbnails images In the page
Submitted by
anonymous
-
2 years ago
0
Spaces to Dashes
PCRE2 (PHP >=7.3)
Turns spaces to dashes, for Zoom Meeting Rooms
Submitted by
anonymous
-
2 years ago
0
Remplazar contenido
.NET 7.0 (C#)
Remplazar contenido
Submitted by
anonymous
-
2 years ago
0
currencies Question
Python
怎么在匹配 30p, 500m时,不会匹配到文章中的年份和百分比数字
Submitted by
anonymous
-
2 years ago
0
MM/DD/YYYY Date Validator
PCRE2 (PHP >=7.3)
Validates dates in MM/DD/YYYY format
Submitted by
Sergio Rey
-
2 years ago
1
...
98
99
100
101
102
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?<=
\[
)
[^
\]
]
+
/
g
Open regex in editor
Description
Chỉ lấy ký tự trong ngoặc vuông []
Submitted by
Hoang
-
9 years ago