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 2,320 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pull Quote regex
PCRE2 (PHP >=7.3)
Get quote text and author
Submitted by
sunilP
-
3 months ago
2023-06-08 08:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
pep2
PCRE2 (PHP >=7.3)
Ramil Rakhmatulovich IBATULLIN (Рамиль Рахматуллович ИБАТУЛЛИН) Function: Russian military leader – Major-General Commander of the 90th Guards Tank Division DOB: 22.10.1976 POB: Bagishevo, Apastovsky District, Tatarstan, former USSR (now Russian Federation)...
Submitted by
anonymous
-
3 months ago
2023-06-07 12:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PEP
PCRE2 (PHP >=7.3)
Mikhail Stepanovich ZUSKO (Михаил Степанович ЗУСЬКО) Function: Russian military leader – Lieutenant- General Chief of staff of the “West” grouping Former Commander of the 58th Combined Arms Army of the Southern Military District DOB: 24.5.1972...
Submitted by
anonymous
-
3 months ago
2023-06-07 12:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RegEx
PCRE2 (PHP >=7.3)
Examples
Submitted by
anonymous
-
3 months ago
2023-06-07 08:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EmailValidation
PCRE2 (PHP >=7.3)
This is an Email validation using RegExp.
Submitted by
anonymous
-
3 months ago
2023-06-07 05:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Age
PCRE2 (PHP >=7.3)
Match "I'm ##" or "I am ##"
Submitted by
Matt
-
3 months ago
2023-06-07 01:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IssuePattern
PCRE2 (PHP >=7.3)
working pattern for Issue packages
Submitted by
anonymous
-
3 months ago
2023-06-06 17:44
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
3 letter word finder
PCRE2 (PHP >=7.3)
finds any 3 letter words in a text
Submitted by
anonymous
-
3 months ago
2023-06-05 21:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
quoted strings regex
PCRE2 (PHP >=7.3)
matches quoted strings
Submitted by
anonymous
-
4 months ago
2023-06-05 14:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pagrafo empezandon con cadena y termnando en punto
PCRE2 (PHP >=7.3)
Busca parrafos completos incluyendo nuevas lineas, los cuales terminan con un punto final
Submitted by
anonymous
-
4 months ago
2023-06-05 10:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
outletId
PCRE2 (PHP >=7.3)
test outlet id
Submitted by
Ankit
-
4 months ago
2023-06-05 07:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Using negative lookahead
PCRE2 (PHP >=7.3)
From the following: Chr. Chr.I Chr.II Chr.III Chr.IIV...
Submitted by
dikip
-
4 months ago
2023-06-05 06:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
fb-group
PCRE2 (PHP >=7.3)
db gr
Submitted by
anonymous
-
4 months ago
2023-06-04 20:48
(Last modified 4 months ago)
2023-06-04 20:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jvavo-regExp-links
PCRE2 (PHP >=7.3)
To include all content checkers
Submitted by
anonymous
-
4 months ago
2023-06-04 20:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Major.Minor.Patch Regex
PCRE2 (PHP >=7.3)
This regex will only allow the Major.Minor.Patch pattern to pass.
Submitted by
Rónmag
-
4 months ago
2023-06-01 14:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
converting table to repeattable command latex
PCRE2 (PHP >=7.3)
for testing doc
Submitted by
anonymous
-
4 months ago
2023-06-01 13:47
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Clean Date Finder
PCRE2 (PHP >=7.3)
Find dates of multiple formats in a clean way Searchable Formats: -Month day year -Month day, year -Mon day year...
Submitted by
anonymous
-
4 months ago
2023-05-31 16:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RegEx, lower case letters and numbers, with exact length of 6
PCRE2 (PHP >=7.3)
StackOverflow RegEx, lower case letters and numbers, with exact length of 6 RegEx without boundary (1st try) [a-z0-9]{6} RegEx with boundary (solution) \b[a-z0-9]{6}\b
Submitted by
Nicolas Karg
-
4 months ago
2023-05-31 08:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
google video 域名
PCRE2 (PHP >=7.3)
google video 域名
Submitted by
anonymous
-
4 months ago
2023-05-31 02:49
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
URL Cleaner
PCRE2 (PHP >=7.3)
It just cleans up urls.
Submitted by
anonymous
-
4 months ago
2023-05-31 01:53
(Last modified 3 months ago)
2023-06-08 19:28
1
...
6
7
8
9
10
11
12
...
116
Angular commit
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Golang
`
^
(
[
a
-
zA
-
Z
]
*
)
[
\s\t\x{00a0}
]
*
\(
(
[
"'
\\
\w
-
\/
\s\t\x{00a0}
]
*
)
\)
[
\s\t\x{00a0}
]
*
\:
?
[
\s\t\x{00a0}
]
*
(
.
*
)
`
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
6 years ago
2017-08-23 13:07