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,000 community submitted regex patterns...
1
QBAR Atom Regex
PCRE2 (PHP >=7.3)
Regular expression to match atoms. See qbar.io/docs.html#expression-language-atom for more information.
Submitted by
bhgomes
-
4 years ago
1
Telephone Number for Colombia
PCRE2 (PHP >=7.3)
Permite validar un número celular en colombia
Submitted by
macorreag
-
4 years ago
1
Python-Dunder-Underscore
Python
Python Dunder Underscore Regular Expression Match coding=utf8 the above tag defines encoding for this document and is for Python 2.x compatibility...
Submitted by
Jacob B. Sanders
-
4 years ago
1
LUXOMS [DOMOTICA] : retrieve 'elements' - S - switch
Python
LUXOMS [DOMOTICA] : 'elements' - S - switch In the LUXOM configuration there are just a few number of fields to use. Therefor by using an certain syntax, to add more features and possibilities to extract later by regular expression. ...
Submitted by
anonymous
-
4 years ago
1
Sınıfları Tek Tek seçme
Java 8
za
Submitted by
anonymous
-
4 years ago
1
Signed numbers with optional decimal part (comma or dot)
PCRE2 (PHP >=7.3)
Signed numbers with optional decimal part (comma or dot)
Submitted by
ImAlbi57
-
4 years ago
1
python 3 executable regex
PCRE2 (PHP >=7.3)
give then names of various executables filter out ones that run python3+
Submitted by
anonymous
-
4 years ago
1
Validacion de palabras con acento
ECMAScript (JavaScript)
Valida letras y palabras con acento
Submitted by
anonymous
-
4 years ago
1
Identify lines on an invoice
ECMAScript (JavaScript)
it identifies lines in an invoice
Submitted by
Vladox
-
4 years ago
1
sim ou não
Java 8
expressão regular que só aceita s para sim e n para não
Submitted by
José Airton Neto
-
4 years ago
1
ParsingAmazonInvoice
PCRE2 (PHP >=7.3)
Goes through a Plain text derived from a PDF capturing the order number, the items, the order and ship dated and the costs.
Submitted by
anonymous
-
4 years ago
1
Capturing between phrases across multiple lines
Python
Discussion https://www.reddit.com/r/regex/comments/kxtyl6/capturing_between_phrases_across_multiple_lines/ https://www.reddit.com/user/Pauley0/
Submitted by
Pauley0
-
4 years ago
1
replace between brackets 3
PCRE2 (PHP >=7.3)
replace multiple matches of words in brackets with no brackets
Submitted by
anonymous
-
4 years ago
1
zpool status
PCRE2 (PHP >=7.3)
Matches the output of zpool status -v. Use preg_match_all with PREG_SET_ORDER to match multiple pools
Submitted by
GiorgioAresu
-
3 years ago
1
Nitroflare ID
PCRE2 (PHP >=7.3)
https://nitroflare.com/view/845F2436715ASF5/XUYZ.zip
Submitted by
anonymous
-
4 years ago
1
Nitroflare v2
PCRE2 (PHP >=7.3)
Extract ID
Submitted by
anonymous
-
4 years ago
1
value-attached text
ECMAScript (JavaScript)
value-attached text
Submitted by
pyrochlore
-
4 years ago
(Last modified 4 years ago)
1
sdfsf
PCRE2 (PHP >=7.3)
sdf
Submitted by
dsf
-
4 years ago
1
notlike
PCRE2 (PHP >=7.3)
notlike
Submitted by
anonymous
-
4 years ago
1
Basic Phone Number Matching
ECMAScript (JavaScript)
Basic Phone Number Matching
Submitted by
Anthony Cooper
-
4 years ago
1
...
255
256
257
258
259
...
900
Community Library Entry
1
Regular Expression
Java 8
"
[^
A
-
MO
-
RT
-
Za
-
mo
-
rt
-
z0
-
9
!@#$%^&*()_+
\-
={};':
\"\\
|,.<>/?¡
-
ÿ
]
"
gm
Open regex in editor
Description
expressão regular que só aceita s para sim e n para não
Submitted by
José Airton Neto
-
4 years ago