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
English Name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
VRay_Next && VRay_5 versions v1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Safari infiltrator.v.1.2.2 by superkiller
PCRE (PHP <7.3)
bugged?,. Im updating it but its not perfect, it will be soon(.n#6); ftw, Any ideas ?? i need to check this through later im tired of being blamed /im leaving these open to answer what you think,. It might be bugged so far
Submitted by
superkiller
-
4 years ago
0
Safari infiltrator.v.1.2.2 by superkiller
PCRE (PHP <7.3)
bugged?,. Im updating it but its not perfect, it will be soon(.n#6); ftw, Any ideas ??
Submitted by
superkiller
-
4 years ago
0
Safari infiltrator.v.1.2.2 by superkiller
PCRE (PHP <7.3)
bugged?,. Im updating it but its not perfect, it will be soon(.n#6); ftw
Submitted by
superkiller
-
4 years ago
0
Remove multiline comment from XML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
ip4/ip6 capture
PCRE (PHP <7.3)
regex to capture ip4/ip6 addresses with named capture groups. The Following features are included: PHP and python support ip4 byte size check (ensures byte can't exceed 255) ip6 checks if hex characters are valid uses a negative lookbehind to check if the ip is a word on its own...
Submitted by
Meryo
-
4 years ago
0
Cn
PCRE (PHP <7.3)
https://regex101.com/r/vbYmox/1/https:/docs.rs/regex/latest/regex/
Submitted by
anonymous
-
4 years ago
0
TenTaciooN
PCRE (PHP <7.3)
https://regex101.com/r/zS4MGQ/1/https:/golang.org/pkg/regexp/debugger/codegen?language=golang
Submitted by
anonymous
-
4 years ago
0
SQL Query
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
Match the names of C RTL startup modules from Microchip's XC16 compiler RTS library liblega-pic30-(elf|coff).a
Python
Matches the names of all the C startup modules found in the library. Should also match similarly-named modules. Minimizing capture groups and clarifying(?) capture group names A work in progress!
Submitted by
anonymous
-
4 years ago
0
DOB Extraction
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Different logs single regex
Python
2 different linux logs parsed by one regex
Submitted by
anonymous
-
4 years ago
0
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Zenoss DPM
Python
zFileSystemMapIgnoreNames for Zenoss
Submitted by
anonymous
-
4 years ago
0
Zenoss virtfs
Python
zFileSystemMapIgnoreNames for Zenoss
Submitted by
anonymous
-
4 years ago
0
CSV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
[pending] comma formatting
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
超星万能表单数据提取
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
intigriti targets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
263
264
265
266
267
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?:
^\d
{1,14}
\s
+
(
[
a
-
zA
-
Z0
-
9?!.,
]
{1,20}
)
\s
+
(
[^
\s
]
+
)
)
|
^
-
{1,20}
>
/
gm
Open regex in editor
Description
The regex matches the temps like '1 xxxxx .*'.
Submitted by
anonymous
-
4 years ago