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
피보험자명
PCRE2 (PHP >=7.3)
피보험자명
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
증권번호
PCRE2 (PHP >=7.3)
증권번호
Submitted by
anonymous
-
4 years ago
0
PAN Card
PCRE2 (PHP >=7.3)
PAn Card
Submitted by
anonymous
-
4 years ago
0
0401 - logstash
PCRE2 (PHP >=7.3)
logstash match test
Submitted by
anonymous
-
4 years ago
0
Breakdown datetime stamp into parts (YYYY-MM-DD[T]HH:MM:SS)
ECMAScript (JavaScript)
This will break the datetime string into it's individual parts and add them into named groups.
Submitted by
Tony Hume
-
4 years ago
1
Python-Dunder-Underscore
Python
Python Dunder Underscore Regular Expression Match coding=utf8 the above tag defines encoding for this document and is for Python 2.x compatibility...
Submitted by
Jacob B. Sanders
-
4 years ago
0
valid time check
Python
written as a part of the Coursera interacting with the OS course offered via Google
Submitted by
anonymous
-
4 years ago
0
Singapore UEN
PCRE (PHP <7.3)
Should match all valid UENs but doesn't check Entity Type is valid. Based on: https://www.uen.gov.sg/ueninternet/faces/pages/admin/aboutUEN.jspx
Submitted by
Harry Gordon
-
4 years ago
(Last modified 4 years ago)
0
청약채널
PCRE2 (PHP >=7.3)
청약채널
Submitted by
anonymous
-
4 years ago
0
보험상품명
PCRE2 (PHP >=7.3)
보험상품명
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Used to search last occurence of a string and trim it to the required digits
PCRE2 (PHP >=7.3)
https://regex101.com/r/LWtvla/1
Submitted by
Sri
-
4 years ago
0
identify pseudocode do while until loop
PCRE (PHP <7.3)
identify pseudocode do while until loop
Submitted by
anonymous
-
4 years ago
0
test
Python
test
Submitted by
test
-
4 years ago
0
license plates
PCRE2 (PHP >=7.3)
license plates
Submitted by
anonymous
-
4 years ago
0
Email validation
PCRE2 (PHP >=7.3)
Validate email
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
Phone number
ECMAScript (JavaScript)
Regex phone number
Submitted by
Duy
-
4 years ago
1
Telephone Number for Colombia
PCRE2 (PHP >=7.3)
Permite validar un número celular en colombia
Submitted by
macorreag
-
4 years ago
0
Phone number - Complete
PCRE2 (PHP >=7.3)
Format for international and local telephone numbers. Country code and area code are optional. Country code format using a plus sign. Area code format using optional parentesis. Phone number accepts spaces, dots and dashes (up to 15 characters).
Submitted by
anonymous
-
4 years ago
0
Javascript and PHP Code Comments Regex
PCRE2 (PHP >=7.3)
It detect the comments
Submitted by
anonymous
-
4 years ago
3
Livestock - Visual tag and Back tag
PCRE2 (PHP >=7.3)
Visual tag and Back tag cannot more than 15 characters or only can contain uppercase, lowercase, space and dash.
Submitted by
Adrian Yim
-
4 years ago
1
...
229
230
231
232
233
...
900
Community Library Entry
0
Regular Expression
Python
r"
(
^\w
{3}
\d
{1,2}
[
0
-
9:
]
{8}
)
(
\b\w
+
[
.
]
\w
*
\b
)
+
(
\b\w
*
\b
)
:
(
\b\w
+
\b
)
(
[
\w
'
]
*
)
.
*
\(
(
[
\w
.
]
*
)
\)
$
"
gm
Open regex in editor
Description
test
Submitted by
test
-
4 years ago