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,040 community submitted regex patterns...
0
Regex 1
Java 8
Розділення речень в тексті
Submitted by
DJI
-
3 years ago
0
GitLab Path
PCRE2 (PHP >=7.3)
GitLab Path
Submitted by
anonymous
-
3 years ago
0
regex_tous_commerce
Python
nlp
Submitted by
guif
-
3 years ago
0
Detect French way
Python
Test if a string contains a french way word
Submitted by
anonymous
-
3 years ago
0
Regular expression for nested Curly brackets
PCRE2 (PHP >=7.3)
Regular expression for nested Curly brackets
Submitted by
Romuald
-
3 years ago
0
catch url
PCRE (PHP <7.3)
Matches almost all url
Submitted by
anonymous
-
3 years ago
0
IPv6 & IPv4 checker (Typescript compatible)
ECMAScript (JavaScript)
const ipAddressRegexp = /((^\s((([0-9]|1-9|1[0-9]{2}|20-4|25[0-5])\.){3}([0-9]|1-9|1[0-9]{2}|20-4|25[0-5]))\s$)|(^\s((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9...
Submitted by
proddy
-
3 years ago
(Last modified 3 years ago)
0
HL7 Locate message using fields from two segments.
ECMAScript (JavaScript)
This regex uses non capturing groups to start the match on the first field and then continue to match second field. SEGMENT\|(?:\|){}\|(?:\|){} SEGMENT is the first segment that has field to match on is the zero based count of the field in first segment...
Submitted by
Jo5eph
-
3 years ago
0
Format Australian Bank BSB number
PCRE2 (PHP >=7.3)
Format Australian Bank BSB number
Submitted by
anonymous
-
3 years ago
0
IPv4 mask
PCRE2 (PHP >=7.3)
Matches any IPv4 mask.
Submitted by
Piwi
-
3 years ago
(Last modified 3 years ago)
0
IPv4 address
PCRE2 (PHP >=7.3)
Matches any IPv4 address.
Submitted by
Piwi
-
3 years ago
(Last modified 3 years ago)
0
Indian Phone Numbers
PCRE2 (PHP >=7.3)
Regex to identify 10 digit phone numbers in India.
Submitted by
anonymous
-
3 years ago
0
Brazil's Documents
PCRE2 (PHP >=7.3)
Documents of the Brazil
Submitted by
anonymous
-
3 years ago
0
Otp Extraction
PCRE (PHP <7.3)
It will used for otp extraction from sms
Submitted by
anonymous
-
3 years ago
0
location
PCRE2 (PHP >=7.3)
locaiton regex
Submitted by
chenxi
-
3 years ago
0
Regex head tags contents
PCRE2 (PHP >=7.3)
Regex head tags contents
Submitted by
anonymous
-
3 years ago
0
regex_has_commercial_local
Python
regex
Submitted by
guif
-
3 years ago
0
regex_has_office_local
Python
regex
Submitted by
guif
-
3 years ago
0
EMDG LONG_TEXT
PCRE2 (PHP >=7.3)
1 - 256 tegn er tilladt
Submitted by
anonymous
-
3 years ago
0
02.07.b)
PCRE2 (PHP >=7.3)
02.07. FMUSI
Submitted by
anonymous
-
3 years ago
1
...
207
208
209
210
211
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^\d
{2,4}
[
\/
,-
]
\d
{2,4}
[
\/
,-
]
\d
{2,4}
?
:
?
?
(
:
)?
(
\d
{2}
:
\d
{2}
:
\d
{2}
:
)?
?
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago