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,160 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
camel-assistnt resp
Python
camel-assistnt resp
Submitted by
anonymous
-
5 months ago
2023-05-08 02:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Python Regex to Find Rack Files
Python
Python Regex to Find Rack Files
Submitted by
anonymous
-
5 months ago
2023-05-08 17:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
100-4300
Python
match 100, 200, 300 upto 4300
Submitted by
anonymous
-
4 months ago
2023-05-19 12:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hesla ISJ
Python
ISJ
Submitted by
anonymous
-
4 months ago
2023-05-19 17:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dyno warning regex
Python
Used to separate things in dyno warning
Submitted by
anonymous
-
4 months ago
2023-05-21 11:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PLDI regex 1
Python
For pldi answer
Submitted by
PlaceReporter99
-
4 months ago
2023-05-21 14:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PLDI regex 2
Python
for pldi answer
Submitted by
PlaceReporter99
-
4 months ago
2023-05-21 14:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PLDI regex 3
Python
for pldi answer
Submitted by
PlaceReporter99
-
4 months ago
2023-05-21 15:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Replace namespaces in xpath with local-name
.NET (C#)
Replace namespaces in xpath with local-name
Submitted by
pvlzh
-
4 months ago
2023-05-23 08:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Session Start/Close
Python
Capturing Start/Close in IRC-logs
Submitted by
Corpset
-
4 months ago
2023-05-23 09:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
List of lists of numbers (no leading zeros)
Python
List of lists of numbers (no leading zeros)
Submitted by
anonymous
-
4 months ago
2023-05-26 19:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
shift_factor
Python
extracting constraint id from composed column header
Submitted by
Dario Romero
-
4 months ago
2023-05-26 20:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
for killerswim
.NET (C#)
a
Submitted by
anonymous
-
4 months ago
2023-05-29 23:19
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
-
4 months ago
2023-05-30 13:00
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
-
4 months ago
2023-05-31 06:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配中文数字,用于逆向文本标准化
Python
大部分应当匹配的数字都匹配上了。 第2个捕获组,即是内容(可能加的有单位,需要手动去除)
Submitted by
HaujetZhao
-
4 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
-
4 months ago
2023-05-31 13:32
(Last modified 4 months ago)
2023-06-02 15:32
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
-
4 months ago
2023-06-05 02:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex para Versión de Software
Python
Aún está pendiente que detecte ciertas versiones, como cuando trae la fecha o el 32/64 bits, build X, entre otros ejemplos
Submitted by
anonymous
-
4 months ago
2023-06-06 17:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL Validation
.NET (C#)
Can be used to validate on URL's.
Submitted by
anonymous
-
4 months ago
2023-06-09 06:36
1
...
104
105
106
107
108
match only words consisting of 3 repeated letters, e.g. lllkkk
-2
2 upvotes, 4 downvotes (score 9.7%) (You must be signed in to vote)
Regular Expression
Python
r"
^
(
[
a
-
z
]
){1,}
\1
{2}
$
"
Open regex in editor
Description
Loading markdown...
Submitted by
kali
-
9 years ago
2014-12-21 19:38