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
Check if is a roblox game
PCRE2 (PHP >=7.3)
Checks, if the value is a url of a roblox game
Submitted by
Justman10000
-
2 years ago
0
cep Brazil
Python
Brazilian zip code verification, with 8 digits separated or not by -
Submitted by
anonymous
-
2 years ago
0
Capture of IEC Structure levels ==, =, ++, +
PCRE2 (PHP >=7.3)
Grabs all characters up to a single '+' sign
Submitted by
anonymous
-
2 years ago
(Last modified a year ago)
0
Universal Phone Regular Expression
PCRE2 (PHP >=7.3)
Universal Phone Regular Expression
Submitted by
Priy Ranjan Prakash
-
2 years ago
0
adreess validator test
PCRE2 (PHP >=7.3)
adreess validator test
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
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
1
Check Windows file name
.NET 7.0 (C#)
Verifying Windows file names (without suffix)
Submitted by
anonymous
-
2 years ago
0
section headers
Java 8
ff
Submitted by
ff
-
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
IBAN
ECMAScript (JavaScript)
desc
Submitted by
anonymous
-
2 years ago
0
awdwa
Java 8
dwa
Submitted by
dwa
-
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
import exp
PCRE2 (PHP >=7.3)
find file name on import/export js module
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
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
1
SMMRaja Mass Order
PCRE2 (PHP >=7.3)
Regex for easily mass-ordering from SMMRaja
Submitted by
anonymous
-
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)
1
Conventional Commits for commitcheck.com
PCRE2 (PHP >=7.3)
Conventional Commits is a specification for adding human and machine readable meaning to commit messages. CommitCheck is a GitHub app that ensures commit messages, PR titles and PR descriptions are consistent and contain required information. However, CommitCheck supports only ruby regular express...
Submitted by
https://github.com/CCXXXI
-
2 years ago
1
json value extract
Java 8
json value extract
Submitted by
anonymous
-
2 years ago
1
...
65
66
67
68
69
...
901
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
lundi
|
mardi
|
mercredi
|
jeudi
|
vendredi
|
samedi
|
dimanche
)
[
0
-
3
]
?
[
0
-
9
]
(?:
janvier
|
f
[
eé
]
vrier
|
mars
|
avril
|
mai
|
juin
|
juillet
|
ao
[
uû
]
t
|
septembre
|
octobre
|
novembre
|
d
[
eé
]
cembre
)
[
0
-
9
]
{4}
[
0
-
9
]
{1,2}
:
[
0
-
9
]
{1,2}
:
[
0
-
9
]
{1,2}
$
/
i
Open regex in editor
Description
no description available
Submitted by
Kerosene
-
11 years ago