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...
0
1
PCRE (PHP <7.3)
1
Submitted by
anonymous
-
8 years ago
0
release version parser
Python
no description available
Submitted by
anonymous
-
8 years ago
0
@Extract @Chinese (Han) Text Embedded in English Text @KM
PCRE (PHP <7.3)
Used for this KM Macro: How can I divide chinese part and english part into two part in clipboard? 2017-03-26 ...
Submitted by
JMichaelTX
-
8 years ago
0
Java File Header
PCRE (PHP <7.3)
Java File Header
Submitted by
Sathish Kumar
-
8 years ago
0
Dutch zip (postcode)
PCRE (PHP <7.3)
Regex to validate a Dutch zip (postcode)
Submitted by
Anne Douwe Bouma
-
8 years ago
0
divide a dice roll string into the number of dice, the dices sides and a constant
Python
no description available
Submitted by
anonymous
-
8 years ago
0
uppercase to lowercase
PCRE (PHP <7.3)
Replace uppercase with lowercase letters
Submitted by
Gabi Rusu
-
8 years ago
0
Confirmation 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Confirmation (test)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Nomeando parâmetros
PCRE (PHP <7.3)
Teste identificando os padrões encontrados e fazendo substituição
Submitted by
anonymous
-
8 years ago
0
Android package name
PCRE (PHP <7.3)
Validation of android package names. Read more
Submitted by
Paldom
-
8 years ago
0
Everything up to DOT not including
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
uWR Accept
Python
no description available
Submitted by
anonymous
-
8 years ago
0
uRD Accept
Python
no description available
Submitted by
anonymous
-
8 years ago
0
replace with ,
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
remove spaces, brackets in resume skills
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Iniciais nomes
PCRE (PHP <7.3)
Obtém iniciais dos nomes, como siglas.
Submitted by
Igor
-
8 years ago
0
HTML tags and comments split
ECMAScript (JavaScript)
This regex is used to split HTML tags and comments.
Submitted by
Danilo Celestino de Castro
-
8 years ago
0
Split sentences in a text
ECMAScript (JavaScript)
Split sentences in a text. Can be used to build text manager apps.
Submitted by
Danilo Celestino de Castro
-
8 years ago
0
Montant monétaire
PCRE (PHP <7.3)
Une expression régulière pour reconnaitre une somme entière en euros ou en francs. Accepte des séparatifs dans les blocs de chiffres (toutes les syntaxes) (ex: 10.000, 10 000 mais aussi 10 00 , 1 0 0 0 euros) Accepte seulement certaines unités
Submitted by
anonymous
-
8 years ago
1
...
410
411
412
413
414
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^.
*
\n
(
.
*
)
/
g
Open regex in editor
Description
চারটি লাইন থেকে দ্বিতীয় লাইন নিবে,
Submitted by
anonymous
-
3 years ago