Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 13,740 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Iniciais nomes
PCRE (PHP <7.3)
Obtém iniciais dos nomes, como siglas.
Submitted by
Igor
-
7 years ago
2017-03-30 10:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
remove spaces, brackets in resume skills
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-29 22:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
replace with ,
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-29 22:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
uRD Accept
Python
no description available
Submitted by
anonymous
-
7 years ago
2017-03-29 15:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
uWR Accept
Python
no description available
Submitted by
anonymous
-
7 years ago
2017-03-29 15:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Everything up to DOT not including
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-29 02:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Android package name
PCRE (PHP <7.3)
Validation of android package names. Read more
Submitted by
Paldom
-
7 years ago
2017-03-28 19:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Nomeando parâmetros
PCRE (PHP <7.3)
Teste identificando os padrões encontrados e fazendo substituição
Submitted by
anonymous
-
7 years ago
2017-03-28 18:39
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Android package name
PCRE (PHP <7.3)
Validation of android package names. Read more
Submitted by
Paldom
-
7 years ago
2017-03-28 18:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Confirmation (test)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-28 14:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Confirmation 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2017-03-28 14:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
uppercase to lowercase
PCRE (PHP <7.3)
Replace uppercase with lowercase letters
Submitted by
Gabi Rusu
-
7 years ago
2017-03-28 12:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
divide a dice roll string into the number of dice, the dices sides and a constant
Python
no description available
Submitted by
anonymous
-
7 years ago
2017-03-27 19:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dutch zip (postcode)
PCRE (PHP <7.3)
Regex to validate a Dutch zip (postcode)
Submitted by
Anne Douwe Bouma
-
7 years ago
2017-03-27 09:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Java File Header
PCRE (PHP <7.3)
Java File Header
Submitted by
Sathish Kumar
-
7 years ago
2017-03-27 09:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
@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
-
7 years ago
2017-03-27 03:02
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
RFC 3986 IPv4 Validation
PCRE (PHP <7.3)
IPv4 Validation to RFC 3986 found at https://tools.ietf.org/html/rfc3986#section-1.1.1.
Submitted by
anonymous
-
7 years ago
2017-03-25 23:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
release version parser
Python
no description available
Submitted by
anonymous
-
7 years ago
2017-03-25 21:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
1
PCRE (PHP <7.3)
1
Submitted by
anonymous
-
7 years ago
2017-03-25 10:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auditd
PCRE (PHP <7.3)
extract useful information from audit log
Submitted by
anonymous
-
7 years ago
2017-03-24 17:21
1
...
451
452
453
454
455
456
457
...
687
QR Parse
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(
[
\w
]
+
)
;
(
[
\d
]
{2}
)
-
(
[
\w
]
{3}
|
[
\d
]
{2}
)
-
(
[
\d
]
{4}
)
;
(
[
\d
]
{2}
)
:
(
[
\d
]
{2}
)
:
(
[
\d
]
{2}
)
;
(
[
\d
]
+
)
;
(?
(?=
[
\w
]
*
;
)
(
[
\w
]
*
)
;
|)
(
(?:
(
[
a
-
zA
-
Z0
-
9_@.#
\/
&+
\(\)\-\\
!$%^*=',.<>?{}
\[\]
`~:
\|
]
+
)
[
]
*
[
-
]
[
]
*
(
[
\d
]
*
)
;
)+
)
(
[
\d
]
+
)
;
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
h
-
7 years ago
2017-02-20 23:08