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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 12,300 community submitted regex patterns...
0
ICR - Adding dash to IRS with 9 or 11 digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
iModelBank code id parsing
PCRE (PHP <7.3)
The 2 first parts of codeId are hexadecimal. The third can be any human readable string, all characters are allowed except for -. This one is encoded as 0x2D (since 0x2D is -'s utf8 value in hexadecimal).
Submitted by
anonymous
-
4 years ago
0
tila phissing long keywords clean
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
LogRhythm - Parser - Symantec Endpoint Protection - Agent Activity Logging
PCRE (PHP <7.3)
This parser has been built in order to parse the Symantec Endpoint Protection and specifically for Agent Activity Logging. If you would to know more about the type of Symantec logging, please click here.
Submitted by
anonymous
-
4 years ago
0
Numbers x Numbers
PCRE (PHP <7.3)
no description available
Submitted by
Alexander Ushakov
-
4 years ago
0
HCPCS Quarterly File Name Update Date File
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
match titles in url
PCRE (PHP <7.3)
loud
Submitted by
anonymous
-
4 years ago
0
match after
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Bound Reference
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
get signal name from timing file name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
nga @builder doc header 4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Extract Whois Data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex Connection String (Options)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
os_version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
RJ Legal Entity Identifier field
PCRE (PHP <7.3)
LEI field validation 20 chars (18 numbers or letters + 2 letters)
Submitted by
anonymous
-
4 years ago
0
tilak enoded shell
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Numéro portable Français et Monégasque
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
capture links
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
SE II Lab 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
464
465
466
467
468
...
615
Kt SDK V2
0
Regular Expression
Golang
`
(?s)
\.
getModification
\(
\s
*
[
"'
]
(
[
\w
\-
]
+
)
[
'"
]
\s
*
,
\s
*
(
[
"'
]
[^
"
]
*
[
'"
]
|
[
+-
]
?
(?:
\d
*
[
.
]
)?
\d
+
|
true
|
false
|
False
|
True
)
(?:
\s
*
,
\s
*
(?:
true
|
false
|
\d
+
|
"
[^
"
]
*
"
)
)?
\s
*
\)
`
gm
Open regex in editor
Description
kt SDKV2
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)