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,000 community submitted regex patterns...
0
Reverse list of ASN.1 OIDs/Short Names/Long Names for X.509 certificates under OpenSSL
PCRE (PHP <7.3)
OIDs are just numbers in the format 1.2.3.4.5.6.7.8.9... Short names are alphanumeric, contiguous descriptions (no spaces, hyphens allowed) Long names can be basically everything (sometimes even UTF-8!) Sometimes, organisations providing the list of 'their' OIDs might reverse the order, for listing...
Submitted by
Gwyneth Llewelyn
-
2 years ago
0
Whatsapp timestamp remover
PCRE2 (PHP >=7.3)
Write regex to remove anything in between [12:58, 30/03/2023] Bharadwaj Giridhar from inboxpirates.net:
Submitted by
Chatgpt
-
2 years ago
0
Extract postcode and city
PCRE2 (PHP >=7.3)
Extract postcode and city when both are combined
Submitted by
anonymous
-
2 years ago
0
Name with propositions surnames
PCRE2 (PHP >=7.3)
An expression to get nouns by grouping prepositions with surnames
Submitted by
maurocsjr@gmail.com
-
2 years ago
0
Match a shell-style parameter expansion introduced with a dollar sign and enclosed in culry braces.
PCRE2 (PHP >=7.3)
Matches a shell-style (bash, sh, zsh, etc.) parameter expansion reference.
Submitted by
anonymous
-
2 years ago
0
test123
PCRE2 (PHP >=7.3)
test
Submitted by
anonymous
-
2 years ago
0
weekly
PCRE2 (PHP >=7.3)
写周报把优路仕这边的工时天数去掉
Submitted by
anonymous
-
2 years ago
0
Reguljärt uttryck för att matcha G1
PCRE2 (PHP >=7.3)
Reguljärt uttryck för att matcha G1
Submitted by
Jonas Thor
-
2 years ago
(Last modified 2 years ago)
0
Find Secrets in Object
PCRE2 (PHP >=7.3)
Given a JSON.stringified object that may contain secrets, obfuscate them for logging. It will match parameters with "token," "key," and "secret" in strings and key/value pairs. Specifically looks for object values with : setters``, strings with = setters and Authorization headers. This regex will p...
Submitted by
chadkluck
-
2 years ago
(Last modified 2 years ago)
0
Phone number Malaysia RegEx
PCRE (PHP <7.3)
A regular expression of Malaysian phone number I made to be used on a project using flutter.
Submitted by
anonymous
-
2 years ago
0
Test regexp to redirect from mainpage dups
PCRE2 (PHP >=7.3)
Test regexp to redirect from mainpage dups
Submitted by
sinstranger
-
2 years ago
0
import exp
PCRE2 (PHP >=7.3)
find file name on import/export js module
Submitted by
anonymous
-
2 years ago
0
Get string inside http or https and @
PCRE2 (PHP >=7.3)
Get the string inside an http or https and @something
Submitted by
aleix soler
-
2 years ago
0
awdwa
Java 8
dwa
Submitted by
dwa
-
2 years ago
0
IBAN
ECMAScript (JavaScript)
desc
Submitted by
anonymous
-
2 years ago
0
Read a line from the splunk tutorial www1 log
PCRE2 (PHP >=7.3)
Read a line from the splunk tutorial www1 log
Submitted by
Russ Ferriday
-
2 years ago
(Last modified 2 years ago)
0
section headers
Java 8
ff
Submitted by
ff
-
2 years ago
0
Working days
PCRE2 (PHP >=7.3)
Parses working days, extracting from them only the days of the week and hours of work. Only Cyrillic is supported.
Submitted by
anonymous
-
2 years ago
0
Cisco_interface_back
Python
\D+([0-9]/[0-9]|.)\s+(\d+\.\d+\.\d+\.\d+|unngiged)\s+(YES|NO)\s+\D{4,}\s+[A-Za-z]{2,}\s+[A-Za-z]{2,}\s+
Submitted by
anonymous
-
2 years ago
0
adreess validator test
PCRE2 (PHP >=7.3)
adreess validator test
Submitted by
anonymous
-
2 years ago
1
...
560
561
562
563
564
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
[
+
]
6
)?
0
(
(
[
0
-
9
]
{2}
(
(
\s
[
0
-
9
]
{3,4}
\s
[
0
-
9
]
{4}
)
|
(
-
[
0
-
9
]
{3,4}
\s
[
0
-
9
]
{4}
)
|
(
-
[
0
-
9
]
{7,8}
)
)
)
|
(
[
0
-
9
]
{9,10}
)
)
$
/
gm
Open regex in editor
Description
A regular expression of Malaysian phone number I made to be used on a project using flutter.
Submitted by
anonymous
-
2 years ago