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 2,860 community submitted regex patterns...
1
Help
PCRE2 (PHP >=7.3)
please help I'm trying to capture some text parts of a PDF. I have a problem and can't solve it. I need to use a regexReplace, and for that, I need to find the desired item (match), and everything else will be replaced by the match....
Submitted by
anonymous
-
2 months ago
1
12 to 22 digit fedex numbers
PCRE2 (PHP >=7.3)
This regular expression can be used to extract 12 to 22 digit fedex numbers from a string.
Submitted by
anonymous
-
2 months ago
1
validar links markdown
PCRE2 (PHP >=7.3)
Regex101 - Uma ferramenta interativa para testar expressões regulares. RegExr - Outra ferramenta online popular para aprender, construir e testar expressões regulares. Regular Expressions Info - Um site completo com informações detalhadas sobre expressões regulares. MDN Web Docs - Regular Expression...
Submitted by
anonymous
-
2 months ago
1
validar nome e sobre nome
PCRE2 (PHP >=7.3)
Silva, João Oliveira, Maria Santos, Pedro Pereira, Ana Ferreira, Lucas Costa, Beatriz...
Submitted by
anonymous
-
2 months ago
1
Question Counter
PCRE2 (PHP >=7.3)
Counts number of questions in either a Quiz style, test, etc. multiple options available.
Submitted by
CodeByAidan
-
2 months ago
1
Fraudulent Gmail Sniffer
PCRE2 (PHP >=7.3)
Detects a when three or more numbers immediately precede "@gmail.com" in an attempt to identify fraudulent spam , spoofing or phishing.
Submitted by
Aaron Miller
-
2 months ago
1
Normalize String 1
PCRE2 (PHP >=7.3)
O regex garante que palavras não tenham sequências de dois números consecutivos e não consistam apenas em números, exigindo pelo menos uma letra.
Submitted by
anonymous
-
2 months ago
1
Wikilink
PCRE2 (PHP >=7.3)
Matches internal Wikimedia/Wikipedia links and captures the article name i.e. captures substance theory
Submitted by
anonymous
-
3 months ago
1
Automod - "pedophile"
PCRE2 (PHP >=7.3)
Matches "pedophile" and variations, including a few common bypasses.
Submitted by
paiuxfluens
-
3 months ago
(Last modified 9 days ago)
1
Email validation regex
PCRE2 (PHP >=7.3)
Email validation Explanation ^(?!.*@.*@) Asserts that the string does not contain two consecutive “@” symbols. ...
Submitted by
Cxbersxnic
-
3 months ago
1
Hugging Face NLP Tokenization
PCRE2 (PHP >=7.3)
https://huggingface.co/learn/nlp-course/chapter2/4?fw=pt
Submitted by
anonymous
-
3 months ago
1
Select formula content without '='
PCRE2 (PHP >=7.3)
RegEX: (? | lub |
Submitted by
Piotr Osada
-
3 months ago
1
ads on telewebion.com
PCRE2 (PHP >=7.3)
ads to block on telewebion.com
Submitted by
Aquarii11
-
3 months ago
1
Russian car plate
PCRE2 (PHP >=7.3)
Regular expression for matching Russian car plate without region part
Submitted by
aalexren
-
3 months ago
1
Dockerfile: Match a single RUN statement including all line continuations
PCRE2 (PHP >=7.3)
This will match the first RUN statement in a Dockerfile and capture all lines in that RUN statement (including those where the line continuation operator '\' is used on the previous line.)
Submitted by
Russ Frizzell-Carlton
-
3 months ago
1
Metadata page number
PCRE2 (PHP >=7.3)
This describes how to fetch data from a customized tag
Submitted by
anonymous
-
3 months ago
1
й
PCRE2 (PHP >=7.3)
й
Submitted by
anonymous
-
3 months ago
1
Find comments in Kotlin
PCRE2 (PHP >=7.3)
Finds comments in Kotlin but not inline comments
Submitted by
anonymous
-
3 months ago
1
Log Match
PCRE2 (PHP >=7.3)
test
Submitted by
Mohammad
-
3 months ago
1
Happy birthday
PCRE2 (PHP >=7.3)
happy birthday with various variations
Submitted by
AdiGro
-
3 months ago
1
...
9
10
11
12
13
...
143
s
-3
Regular Expression
ECMAScript (JavaScript)
/
^
19
[
5
-
9
]
\d
|
20
[
0
-
4
]
\d
|
2050
$
/
gm
Open regex in editor
Description
s
Submitted by
anonymous
-
10 years ago