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
regex_contrat_flex_bl
Python
guif
Submitted by
guif
-
4 years ago
0
regex_sous_sol_bl
Python
guif
Submitted by
guif
-
4 years ago
0
SOURCEDOC_SHAPE_PATTERN
PCRE2 (PHP >=7.3)
o
Submitted by
anonymous
-
4 years ago
0
regex_axe_bl
Python
guif
Submitted by
guif
-
4 years ago
0
regex_lumineux_bl
Python
guif
Submitted by
guif
-
4 years ago
0
rgex_vue_bl
PCRE2 (PHP >=7.3)
guif
Submitted by
guif
-
4 years ago
0
Alien Registration Number
Java 8
Alien Registration Number
Submitted by
anonymous
-
4 years ago
0
Reguläre Ausdrücke
PCRE (PHP <7.3)
Eine Aufgabe die man Lösen muss, wenn man die Lösung kennt.
Submitted by
anonymous
-
4 years ago
0
Opção de Compra (CALL)
PCRE2 (PHP >=7.3)
como identificar opção de compra de ações (CALL)
Submitted by
marcos lira
-
4 years ago
0
regex_investir_bl
Python
guif
Submitted by
guif
-
4 years ago
(Last modified 4 years ago)
0
regex_emplacement_bl
PCRE2 (PHP >=7.3)
regex_emplacement_bl
Submitted by
GuiF
-
4 years ago
0
regex for website links
PCRE2 (PHP >=7.3)
for links
Submitted by
mohammad sultan
-
4 years ago
0
Setup php source extension regex
ECMAScript (JavaScript)
Setup php source extension regex
Submitted by
anonymous
-
4 years ago
0
Mac Address
PCRE (PHP <7.3)
Mac address is 6 parts of 2 hexadecimal digits separated by a special character "-" so, there are 5 parts of digits followed by the character "-" then, one part without that character.
Submitted by
EMAM1999
-
4 years ago
0
Numbered List Pattern
Python
Tte pattern to grep the multilayer numbered list bullets: 1. level 1 1.2. level 1.2 1.2.1. level 2.1 1.3. level 1.3 1.4. level xxx...
Submitted by
anonymous
-
4 years ago
0
Filename Match and Parsing.
PCRE2 (PHP >=7.3)
Parse a filename into path, filename and extension (directory names are windows style, but changeable). Matches are accessible by name and number. This is dependent on PCRE compatibility. It uses (DEFINE) non-consuming group definitions and back references. The only good description of using thi...
Submitted by
anonymous
-
4 years ago
1
printf conversion specification parsing
Python
Parses printf conversion specifications. This version detects multiple flags and (space) flag. MSVC length modifier I64 is also supported. I'm using this regex in my Python project, so please change accordingly if you use other flavor of regex.
Submitted by
Haruka Ma
-
4 years ago
0
RegexJSON
PCRE (PHP <7.3)
Json add q
Submitted by
anonymous
-
4 years ago
0
Generate random alpha characters
PCRE (PHP <7.3)
Given a string, generate random alpha characters of a particular length
Submitted by
Chetan
-
4 years ago
0
texto antes de https
PCRE2 (PHP >=7.3)
lookToo
Submitted by
Daniel Alvarez
-
4 years ago
1
...
227
228
229
230
231
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
[
Mm
]
on
|
[
Tt
]
(?:
hurs
|
ues
)
|
[
Ww
]
ednes
|
[
Ff
]
ri
|
[
Ss
]
(?:
un
|
atur
)
)
(?:
|
,
|
day
(?:
|
,
|
(?:
'
|)
s
)
)
|
[
Ee
]
veryday
|
[
Ww
]
eekday
|
[
Ww
]
eekend
/
g
Open regex in editor
Description
Given a string, finds the days spoken about within the string. (US Implementation)
Submitted by
anonymous
-
8 years ago