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 2,940 community submitted regex patterns...
0
c++ function signature
PCRE2 (PHP >=7.3)
c++ function signature
Submitted by
anonymous
-
2 years ago
0
Tratamento DUE - DRAFT BL
PCRE2 (PHP >=7.3)
expressão pra verificar a presença da informação da DUE no Draft
Submitted by
anonymous
-
2 years ago
0
اعتبارسنجی آدرس فارسی
PCRE2 (PHP >=7.3)
متن آدرس فارسی را به آرایه تبدیل می کند
Submitted by
anonymous
-
2 years ago
0
Recupérer des paramètre d'un plugin Joomla
PCRE2 (PHP >=7.3)
Vous trouverez ici la possibilité de récupérer des paramètre d'un plugin Joomla s'il sont de la forme {pubdate:start=2020-02-01:stop=2025-02-02}Contenu HTML {/pubdate}
Submitted by
anonymous
-
2 years ago
0
Remove Json sub-element
PCRE2 (PHP >=7.3)
Remove sub-element from a json
Submitted by
hafizotz
-
2 years ago
0
수량자 실습
PCRE2 (PHP >=7.3)
수량자 실습
Submitted by
ASJ
-
2 years ago
0
^[-0-9\.,]+$
PCRE2 (PHP >=7.3)
123.456.789,00 -123.456.789,00
Submitted by
anonymous
-
2 years ago
0
Email Validator
PCRE2 (PHP >=7.3)
Email validator.
Submitted by
anonymous
-
2 years ago
0
links
PCRE2 (PHP >=7.3)
links validation
Submitted by
ahmedfawzi
-
2 years ago
0
Select Content Between Two Strings
PCRE2 (PHP >=7.3)
e.g. style="SOMECSS"
Submitted by
anonymous
-
2 years ago
0
Email
PCRE2 (PHP >=7.3)
This is used for simple email validation
Submitted by
Pritesh
-
2 years ago
0
ipv4
PCRE2 (PHP >=7.3)
To check IPv4
Submitted by
anonymous
-
2 years ago
0
Remove Whitespace
PCRE2 (PHP >=7.3)
no more whitespace
Submitted by
Me
-
2 years ago
0
find specific property of angular component
PCRE2 (PHP >=7.3)
This can be used in vscode to search in your repo if a property has been used in your component. name of component: it-grid name of property selectedItems
Submitted by
Salmin
-
2 years ago
(Last modified 2 years ago)
0
BACassetList
PCRE2 (PHP >=7.3)
Find CMS asset entries in HTML "Table"
Submitted by
anonymous
-
2 years ago
0
CURDEPTH\([^0].*\)
PCRE2 (PHP >=7.3)
CURDEPTH\(.*\)
Submitted by
anonymous
-
2 years ago
0
Name with title
PCRE2 (PHP >=7.3)
Name with title
Submitted by
anonymous
-
2 years ago
0
OmegaT
Java 8
regular expressions used in OmegaT
Submitted by
anonymous
-
2 years ago
0
Strict URL validation
PCRE2 (PHP >=7.3)
(?!.[.]{2})((https?|http)\:\/\/)?([a-z0-9+!(),;?&=\$.-]+(\:[a-z0-9+!(),;?&=\$.-]+)?@)?([a-z0-9-.-.]?(?!.\/).)\.([a-z]{2,1000})(\:[0-9]{2,5})?(\/([a-z0-9+\$-]\.?)+)\/?(\?a-z+&\$.-)?(#a-z_.-)?
Submitted by
Adwin Raj GP
-
2 years ago
0
match csrf token
PCRE2 (PHP >=7.3)
Matches the csrf token in the meta data
Submitted by
anonymous
-
2 years ago
1
...
128
129
130
131
132
...
147
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
(
uni
[
0
-
9A
-
F
]
{4}
.
)
(
bgr
)
/
gm
Open regex in editor
Description
replace .bgr with cyr_BGR in replace string
Submitted by
anonymous
-
a year ago