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 17,420 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
for killerswim
.NET (C#)
a
Submitted by
anonymous
-
6 months ago
2023-05-29 23:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IIC++ Script Parsing Regex
PCRE2 (PHP >=7.3)
Regex for parsing IIC++ script.
Submitted by
Vu Tung Lam
-
6 months ago
2023-05-30 06:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Estrazione numeri scheda mail generali
PCRE2 (PHP >=7.3)
Come da titolo
Submitted by
anonymous
-
6 months ago
2023-05-30 11:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Author cite
Python
Get author names from shitty import
Submitted by
anonymous
-
6 months ago
2023-05-30 13:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Codegolf stay away from zero
PCRE2 (PHP >=7.3)
Codegolf submission
Submitted by
PlaceReporter99
-
6 months ago
2023-05-30 13:41
(Last modified 6 months ago)
2023-05-30 13:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Are* Device
PCRE2 (PHP >=7.3)
Device model Extraction from our client Are*
Submitted by
anonymous
-
6 months ago
2023-05-30 19:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Are* Device (iOS)
PCRE2 (PHP >=7.3)
OS version of the iPhone devices of our client Are*
Submitted by
anonymous
-
6 months ago
2023-05-30 19:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
silly radio
PCRE2 (PHP >=7.3)
nuh uh
Submitted by
anonymous
-
6 months ago
2023-05-30 23:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
White spaces between two white spaces.
PCRE2 (PHP >=7.3)
White spaces between two white spaces.
Submitted by
jrjmm
-
6 months ago
2023-05-31 01:17
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
-
6 months ago
2023-05-31 02:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
chit_kaung_song_names
Python
Extract Singer Chit Kaung's song names in Myanmar + English
Submitted by
paing
-
6 months ago
2023-05-31 06:22
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
-
6 months ago
2023-05-31 08:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配中文数字,用于逆向文本标准化
Python
大部分应当匹配的数字都匹配上了。 第2个捕获组,即是内容(可能加的有单位,需要手动去除)
Submitted by
HaujetZhao
-
6 months ago
2023-05-31 13:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Valid HTTP url
Python
Matches in python valid urls (excludes some edge cases), but pretty good to verify an URL before scraping it
Submitted by
anonymous
-
6 months ago
2023-05-31 13:32
(Last modified 6 months ago)
2023-06-02 15:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Official Emeil validation Regex
ECMAScript (JavaScript)
Regex from the Mail::RFC822::Address: regexp-based address validation Access here
Submitted by
Igor Julliano Aguiar Sotero
-
6 months ago
2023-06-01 13:35
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
-
6 months ago
2023-06-01 13:47
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
-
6 months ago
2023-06-01 14:56
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
-
6 months ago
2023-06-04 20:03
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
-
6 months ago
2023-06-04 20:48
(Last modified 6 months ago)
2023-06-04 20:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Youtube Video Id
.NET (C#)
Matches the video Id in Youtube URL.
Submitted by
CW
-
6 months ago
2023-06-05 02:15
1
...
861
862
863
864
865
866
867
...
871
for killerswim
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
.NET (C#)
@"
\w
+
\w
+
\(
OBJECT
\)
\@
[
a
-
z0
-
9
]
+
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
6 months ago
2023-05-29 23:19