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 6,100 community submitted regex patterns...
0
XWiki: Beautify (normalize) headings
ECMAScript (JavaScript)
Beautifies (normalizes) headings of an XWiki page.
Submitted by
pbodnar
-
3 years ago
0
Dimensions
PCRE2 (PHP >=7.3)
Regex to match dimensions
Submitted by
intern_of_the_year
-
3 years ago
0
XWiki: Increase headings level
ECMAScript (JavaScript)
Makes 1st level headings the 2nd level etc. This comes handy when for example making an extra chapter from a part of an XWiki page. By-design, this regex also beautifies (normalizes) the headings syntax (like this regex).
Submitted by
pbodnar
-
3 years ago
0
Months (ID/ENG)
PCRE2 (PHP >=7.3)
.
Submitted by
Virtuozs
-
3 years ago
0
Vimeo FIle
ECMAScript (JavaScript)
Viimeo file.
Submitted by
Stephen Nelson
-
3 years ago
0
MD h1 change to block with anchor
PCRE2 (PHP >=7.3)
Find any lines starting with # and followed by anchor name with & and wrap it into html so that we start with this: Title &anchor and finish with something like this: ...
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Match Multi groups
PCRE2 (PHP >=7.3)
Match Multi groups
Submitted by
anonymous
-
3 years ago
0
Word Tokenizer
ECMAScript (JavaScript)
Word Tokenizer
Submitted by
anonymous
-
3 years ago
0
Feet to inches converter
PCRE2 (PHP >=7.3)
This only works in Google sheets. The test string is a sheets formula that converts feet inches in this into the total number of inches.
Submitted by
randywolf244
-
3 years ago
0
Unicode pattern
PCRE2 (PHP >=7.3)
匹配Unicode
Submitted by
anonymous
-
3 years ago
0
Кадастровый номер
ECMAScript (JavaScript)
Проверка правильности кадастрового номера
Submitted by
Virenbar
-
3 years ago
(Last modified 3 years ago)
0
LaTeX matrix/table newline
PCRE2 (PHP >=7.3)
This regex matches newlines in LaTeX matrices/arrays/tabulars and adds \\ automatically.
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
najit cenu
PCRE2 (PHP >=7.3)
tmp
Submitted by
anonymous
-
3 years ago
0
First Name with special characters, optional hyphen
ECMAScript (JavaScript)
First name validator - minimum 2 characters, optional hyphen, 2 or more characters
Submitted by
Jeff Zinn
-
3 years ago
0
check regext number and anything.
PCRE2 (PHP >=7.3)
check regex number and anything.
Submitted by
Claudio Santos
-
3 years ago
(Last modified 3 years ago)
0
pali word not in html tag
PCRE2 (PHP >=7.3)
pali word not in html tag
Submitted by
pndaza
-
3 years ago
(Last modified 3 years ago)
0
ФИАС - Разделение адреса из справочника 1С
ECMAScript (JavaScript)
ФИАС 2:ГАР Regex101 ESTSTAT - статус дома STRSTAT - статус строения [ESTSTAT]{[Номер]}{{[Корпус]}{[STRSTAT]~[Номер]}}...
Submitted by
Virenbar
-
3 years ago
0
Rickroll css regex
ECMAScript (JavaScript)
This is the regex used to uninstall the rickroll in the vscode-rickroll extension
Submitted by
anonymous
-
3 years ago
0
misc
PCRE2 (PHP >=7.3)
misc
Submitted by
anonymous
-
3 years ago
0
get txt html
PCRE2 (PHP >=7.3)
asad
Submitted by
anonymous
-
3 years ago
1
...
215
216
217
218
219
...
305
Hipovitaminosis
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?i)
hipovitaminosis
[
\s
]
{0,3}
D
|
d
[
eé
]
ficit
[
\s
]
{0,3}
vitam
[
ií
]
na
[
\s
]
{0,3}
D
|
deficiencia
[
\s
]
{0,3}
[
\S
[
\s
]
{0,3}
vitam
[
ií
]
na
[
\s
]
{0,3}
D
|
d
[
ée
]
ficit
[
\s
]
{0,3}
vit
[
\s
]
{0,3}
D
|
deficiencia
[
\s
]
{0,3}
vit
[
\s
]
{0,3}
D
|
vit
[
\s
]
{0,3}
D
[
\s
]
{0,3}
<30
/
gm
Open regex in editor
Description
Hipovitaminosis
Submitted by
anonymous
-
3 years ago