Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,160 community submitted regex patterns...
0
100-4300
Created
·
2023-05-19 12:19
Flavor
·
Python
match 100, 200, 300 upto 4300
Submitted by
anonymous
0
Hesla ISJ
Created
·
2023-05-19 17:30
Flavor
·
Python
ISJ
Submitted by
anonymous
0
Dyno warning regex
Created
·
2023-05-21 11:33
Flavor
·
Python
Used to separate things in dyno warning
Submitted by
anonymous
0
PLDI regex 1
Created
·
2023-05-21 14:34
Flavor
·
Python
For pldi answer
Submitted by
PlaceReporter99
0
PLDI regex 2
Created
·
2023-05-21 14:42
Flavor
·
Python
for pldi answer
Submitted by
PlaceReporter99
0
PLDI regex 3
Created
·
2023-05-21 15:13
Flavor
·
Python
for pldi answer
Submitted by
PlaceReporter99
0
Session Start/Close
Created
·
2023-05-23 09:56
Flavor
·
Python
Capturing Start/Close in IRC-logs
Submitted by
Corpset
0
List of lists of numbers (no leading zeros)
Created
·
2023-05-26 19:56
Flavor
·
Python
List of lists of numbers (no leading zeros)
Submitted by
anonymous
0
shift_factor
Created
·
2023-05-26 20:53
Flavor
·
Python
extracting constraint id from composed column header
Submitted by
Dario Romero
0
Author cite
Created
·
2023-05-30 13:00
Flavor
·
Python
Get author names from shitty import
Submitted by
anonymous
0
chit_kaung_song_names
Created
·
2023-05-31 06:22
Flavor
·
Python
Extract Singer Chit Kaung's song names in Myanmar + English
Submitted by
paing
0
匹配中文数字,用于逆向文本标准化
Created
·
2023-05-31 13:32
Flavor
·
Python
大部分应当匹配的数字都匹配上了。 第2个捕获组,即是内容(可能加的有单位,需要手动去除)
Submitted by
HaujetZhao
0
Valid HTTP url
Created
·
2023-05-31 13:32
Updated
·
2023-06-02 15:32
Flavor
·
Python
Matches in python valid urls (excludes some edge cases), but pretty good to verify an URL before scraping it
Submitted by
anonymous
0
Regex para Versión de Software
Created
·
2023-06-06 17:11
Flavor
·
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
0
last last name wo suffix1
Created
·
2023-06-09 16:09
Flavor
·
Python
last last name wo suffix1
Submitted by
josh
0
match ipv4 dynamic add
Created
·
2023-06-12 14:33
Flavor
·
Python
match ipv4 dynamic add
Submitted by
anonymous
0
scriptpak №1
Created
·
2023-06-13 10:38
Flavor
·
Python
scriptpak №1
Submitted by
anonymous
0
001~999之间的整数
Created
·
2023-06-14 11:42
Flavor
·
Python
匹配001~999之间的整数
Submitted by
jgx
0
Page X of X
Created
·
2023-06-26 05:40
Flavor
·
Python
Only matches patterns like "Page 1 of 1", "Page 2 of 2", "Page 3 of 3", "Page 4 of 4", "Page 106 of 106", etc. Only works when page numbers in the string are the same.
Submitted by
anonymous
0
MTN Momo Infos
Created
·
2023-06-27 14:29
Flavor
·
Python
A regex to extract meaningful infos from a Momo message (mobile money) which is recurrent in Africa.
Submitted by
Hans T.
Previous page
1
…
105
106
107
108
Next page
Community Library Entry
0
Regular Expression
Created
·
2023-05-30 13:00
Flavor
·
Python
r"
(
(?P<fname>
[
A
-
Za
-
zåé
]
+
?
[
A
-
Za
-
zåé
]
+
\.
?
?
)+
(?P<lname>
[
A
-
Za
-
zåé
]
+
\.
?
?
)
)(?:
(?:
\d
+
,
)+
?
)?
"
gm
Open regex in editor
Description
Get author names from shitty import
Submitted by
anonymous