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...
1
Text out of all sort of brackets (or in) SUPPORTS: { } [ ] ( ) < >
PCRE (PHP <7.3)
I made the description in a CSS file which can be viewed here Dont worry its not a virus or anything\, just inspect the source if you are suspicious \:\)
Submitted by
Tom Liesting
-
4 years ago
0
匹配整数(带小数位)
PCRE (PHP <7.3)
匹配小数位的整数,或者匹配整数
Submitted by
solelyli
-
4 years ago
0
medicine
PCRE (PHP <7.3)
about medicine
Submitted by
fcs
-
4 years ago
(Last modified 4 years ago)
1
Schuljahr
PCRE2 (PHP >=7.3)
Akzeptiert Schuljahre wie 2021/22
Submitted by
anonymous
-
4 years ago
1
Must be start with 62 and all number (indonesia phone)
PCRE2 (PHP >=7.3)
Must be start with 62 and all number (indonesia phone)
Submitted by
anonymous
-
4 years ago
1
All digit must be number
PCRE2 (PHP >=7.3)
All digit must be number
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
notlike
PCRE2 (PHP >=7.3)
notlike
Submitted by
anonymous
-
4 years ago
1
sdfsf
PCRE2 (PHP >=7.3)
sdf
Submitted by
dsf
-
4 years ago
1
value-attached text
ECMAScript (JavaScript)
value-attached text
Submitted by
pyrochlore
-
4 years ago
(Last modified 4 years ago)
0
Markdown table Python regex
Python
works with tables embedded in paragraphs
Submitted by
flxvctr
-
4 years ago
1
Nitroflare v2
PCRE2 (PHP >=7.3)
Extract ID
Submitted by
anonymous
-
4 years ago
1
Nitroflare ID
PCRE2 (PHP >=7.3)
https://nitroflare.com/view/845F2436715ASF5/XUYZ.zip
Submitted by
anonymous
-
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
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
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
0
Variable Variance Formula
PCRE2 (PHP >=7.3)
Variable Variance Formula This is parsing an Alteryx variance formula to show the versatility of re-writing expressions on the fly in your programs for dynamic repeatability, i.e. field names don't matter, and you never have to re-write the same variance formula again!
Submitted by
Chris Kusek
-
4 years ago
0
Test
ECMAScript (JavaScript)
Haiz
Submitted by
anonymous
-
4 years ago
(Last modified a year 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
Identify lines on an invoice
ECMAScript (JavaScript)
it identifies lines in an invoice
Submitted by
Vladox
-
4 years ago
1
...
228
229
230
231
232
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?i)
(?!
.
*
@text
.
*
$
)
.
+
/
gm
Open regex in editor
Description
You dont want to match the pattern, but want to match any text above or below the pattern
Submitted by
anonymous
-
6 years ago