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...
1
#define
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Define and detect custom tag with specific prefix & suffix
ECMAScript (JavaScript)
Define and detect custom tag with specific prefix & suffix Define custom tag : `` . Regex is /\s]+?):>/gm . Prefix is `` . tag_name can not contain prefix, suffix, space, tab or newline character . tag_name can not be null ....
Submitted by
ShenTengTu
-
8 years ago
1
SharePoint file name validator - KB905231
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Italian check codeline
PCRE (PHP <7.3)
Expression matches magnetic codeline of checks, in italian banking system. i.e. >1234567890 old layout check >1234567890- 103014250# 66666666+ --> new layout check (notice the '-' check number terminator)...
Submitted by
Benny
-
8 years ago
1
/etc/passwd for most Linux distributions (e.g. Debian)
Python
no description available
Submitted by
anonymous
-
8 years ago
1
parsing objdump output
Python
parsing objdump output
Submitted by
anonymous
-
8 years ago
1
dd-MM-yyyy validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Trim leading zeroes in numbers 012.210 => 12.21
PCRE (PHP <7.3)
Trim leading zeroes 012.210 => 12.21 .002300 => .0023
Submitted by
FAy
-
8 years ago
1
number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Lockbox Sätze #2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
IPv4 address
PCRE (PHP <7.3)
matches valid ipv4 addresses
Submitted by
anonymous
-
8 years ago
1
extract username from windows domain\user
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Email Check
PCRE (PHP <7.3)
Checks if a string contains an email address. Works for all email addresses.#
Submitted by
anonymous
-
8 years ago
1
argsert
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
find field names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Replace sinon stub configuration with ts-mockito equivalent
ECMAScript (JavaScript)
Replaces sinon.js stubs configuration with similar behaviour achievied using the ts-mockito library
Submitted by
anonymous
-
8 years ago
1
traceroute
Python
no description available
Submitted by
anonymous
-
8 years ago
1
import匹配
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
images
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
272
273
274
275
276
...
902
Community Library Entry
1
Regular Expression
Python
r"
\[
[
\d
\.
]
+
\]
(
\d
{2,3}
\.
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
)
[
\,
:
\s
\[\]
\d
{1,2}
\w
]
+
(
[
\d
\.
]
{4,7}
)+
[
\w\s\d
\(\)\.
,%
]
+
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago