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,020 community submitted regex patterns...
0
プリパラ
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Word matching
PCRE (PHP <7.3)
+\b
Submitted by
anonymous
-
7 years ago
0
Validate and hour date DD/MM/YYYY HH:mm (Leap Year)
ECMAScript (JavaScript)
Validate date in format DD/MM/YYYY HH:mm generaly used in Brazil. With hour in 24 hours format and validating leap year too, optional time.
Submitted by
Eleison Christiano
-
7 years ago
0
Neo4j cypher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
NFS share
ECMAScript (JavaScript)
matches a NFS share valid URL.
Submitted by
anonymous
-
7 years ago
0
Test a string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
catch_physicalinterface_huawei_cisco
Python
no description available
Submitted by
anonymous
-
7 years ago
0
catch_softwareversion_model_huawei_cisco
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Regex for span content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Beschleunigung
Python
Regex für das Parsing von allen Beschleunigungen (Längst- und Quer-)
Submitted by
Eugen
-
7 years ago
0
url to link
PCRE (PHP <7.3)
The fastest I could come up with to find links in a text story to convert to html tag for web use Most make links out of garbage like ss.ss.sss even www.www this requires www if it isnt following https?:// so it finds urls not typos IF your paranoid that it might pull links out of an html tag in you...
Submitted by
mikesbored
-
4 years ago
0
Dates
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Event ID:1100
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Event ID: 1101
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Event ID: 1107
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Event ID: 4608
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Event ID: 4616
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
RegEx Extract Domain & Subdomain - With Verified TLDs
PCRE (PHP <7.3)
Matching group 1**: Fully qualified domain name including subdomain and top level domain. Does not match**: Incorrectly formatted names including use of Space, Tab, Unwise, Reserved and Delim characters Does not match**: Non Registered TLDs as of 2017-10-06 Returns**: Full domain string including su...
Submitted by
http://xoocode.com
-
7 years ago
0
MBUSA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Splitting TPT Data Package
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
444
445
446
447
448
...
901
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
%%
[
C,c
]
)
(
[
0
-
9
]
{1,2}
)
(
S
[
0
-
9
]
{3}
)
-
(
[
0
-
9
]
{2,3}
)
\/
(
%%
[
C,c
]
)
(
[
0
-
9
]
{1,2}
)
(
S
[
0
-
9
]
{3}
)
-
(
[
0
-
9
]
{2,3}
)
[
]
+
(
[
0
-
9
]
{2,3}
)
[
x,X,х,Х
]
(
[
0
-
9
]
{2,3}
)
[
]
(
[
0
-
9
]
{2,3}
)
(
[
+
]
[
0
-
9
]
{2,3}
|)
\/
(
[
0
-
9
]
{2,3}
)
/
gm
Open regex in editor
Description
Parsing signature of wire rebar mesh by "ГОСТ 23279-2012"
Submitted by
Anatoliy Zhartun
-
2 years ago