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 15,120 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Exercícios ALPCD
PCRE2 (PHP >=7.3)
Aula 3
Submitted by
anonymous
-
9 minutes ago
2023-09-27 14:53
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Indian Vehicle Number
PCRE2 (PHP >=7.3)
/\b[A-Z]{2}[0-9]{2}[A-Z]{1,3}[0-9]{4}\b/g
Submitted by
anonymous
-
3 hours ago
2023-09-27 11:53
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regexp for IPv4 or IPv6 CIDR entry
PCRE2 (PHP >=7.3)
Helps to find IPv4 or IPv6 CIDR entry in any text.
Submitted by
anonymous
-
10 hours ago
2023-09-27 05:13
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
verificador de e-mail
PCRE2 (PHP >=7.3)
email
Submitted by
almlt24
-
11 hours ago
2023-09-27 04:28
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
FELICIA ANN KELLEY
PCRE2 (PHP >=7.3)
Community inside is scoped and in use of personal api design use as well as in impulmating a counter issusing st3eps inside this generator,
Submitted by
Felicia Ann Kelley
-
18 hours ago
2023-09-26 21:07
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
https://regex101.com/r/80d5FR/1
PCRE (PHP <7.3)
Bug :... counter inside of the debugger
Submitted by
FELICIA ANN KELLEY
-
18 hours ago
2023-09-26 21:02
(Last modified 18 hours ago)
2023-09-26 21:03
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Email Validation (Unicode)
ECMAScript (JavaScript)
Validate email addresses, including unicode email addresses, e.g. with Cyrillic, Arabic or Korean characters
Submitted by
anonymous
-
21 hours ago
2023-09-26 17:35
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Street House Number Split & Validation (Street First)
ECMAScript (JavaScript)
Validate & split street address lines for countries where the street name is typically written first (e.g. Germany)
Submitted by
anonymous
-
a day ago
2023-09-26 17:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Street House Number Split & Validation (House Number First)
ECMAScript (JavaScript)
Validate & split street address lines for countries where the house number is typically written first (e.g. US or France)
Submitted by
anonymous
-
a day ago
2023-09-26 17:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
pmsa_docx_replace
PCRE2 (PHP >=7.3)
pmsa_docx_replace
Submitted by
anonymous
-
a day ago
2023-09-26 06:57
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Match each Unicode Characters, Symbols, and Emojis consecutively
ECMAScript (JavaScript)
RegExp matches each (combined) Unicode symbol, character, or emoji consecutively. Note: there are some edge cases where it does not combine some symbols that should be seen as one symbol (after Default Grapheme Cluster Boundary of UAX #29). For Unicode code point info see codepoints.net Also, see ...
Submitted by
MAZ01001
-
2 days ago
2023-09-26 02:02
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
http(s) address
PCRE2 (PHP >=7.3)
simple http(s) patter
Submitted by
lhotakj
-
2 days ago
2023-09-25 17:08
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
my
PCRE2 (PHP >=7.3)
replace first line and second
Submitted by
MH
-
3 days ago
2023-09-24 09:53
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Parser
PCRE2 (PHP >=7.3)
for mail
Submitted by
anonymous
-
5 days ago
2023-09-22 14:47
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Extract text strings from repeating text fields followed by a suffix
Java 8
This regex expression is useful for extracting only the text string from a value in a column that may contain values from individual rows with repeat strings tagged with a suffix. For example - Row 1: "Sales (#1)", Row 2: "Sales Match (#2)". From the shared examples, this regex will extract the text...
Submitted by
nilotpalc
-
5 days ago
2023-09-22 11:56
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Standard URI Groups
PCRE2 (PHP >=7.3)
Split URI parts into usable groups based on PCRE2 Regex
Submitted by
Gashbeer
-
6 days ago
2023-09-21 23:42
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
regex without 7 and 810 at first
PCRE2 (PHP >=7.3)
regex without 7 and 810 at first
Submitted by
anonymous
-
6 days ago
2023-09-21 12:52
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
groupping math every 2 comma separator
PCRE (PHP <7.3)
i have paste \n after every 2-th comma using sed sed 's/\(\(*,\)\{2\}\)/\1\n/g'
Submitted by
sanekmihailow
-
8 days ago
2023-09-19 18:20
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
PASSWORD COMPLEXITY
PCRE2 (PHP >=7.3)
PASSWORD COMPLEXITY
Submitted by
anonymous
-
8 days ago
2023-09-19 17:28
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
din-91379.datatypeC
PCRE2 (PHP >=7.3)
DE Der Datentyp C wurde für alle normativen Schriftzeichen der DIN-Norm entworfen. Er ist somit die technische Umsetzung der Schnittstellenvereinbarung Alle nach Norm DIN 91379 normativen Schriftzeichen. Texte mit griechischen oder kyrillischen Buchstaben oder mit erweiterten (nicht-normativen) Nich...
Submitted by
rhildebr
-
8 days ago
2023-09-19 14:57
1
2
3
4
...
756
quoted strings regex
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
"
(?:
\\
"
|
[^
"
]
)*
"
|
'
(?:
\\
'
|
[^
'
]
)*
'
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 months ago
2023-06-05 14:17