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
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
0
Universal Phone Regular Expression
PCRE2 (PHP >=7.3)
Universal Phone Regular Expression
Submitted by
Priy Ranjan Prakash
-
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
cep Brazil
Python
Brazilian zip code verification, with 8 digits separated or not by -
Submitted by
anonymous
-
2 years ago
1
...
560
561
562
563
564
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\d
+
\/
\d
+
)
,
(
(
Доп
|
Опер
)
\.
офис
№
\d
+
\/
\d
+
)
,
(
.
*
)
,
(
(
true
|
false
)
,
){3}
(
\d
{6}
.
*
?
)
,
\s
?
по
обсл
.
*
?
,
(
Пн
.
*
)
,
\-
,
(
.
*
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago