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
single-quoted string with escapes
Created
·
2021-02-11 00:59
Flavor
·
Python
no description available
Submitted by
anonymous
0
Url
Created
·
2021-02-14 17:52
Flavor
·
Python
no description available
Submitted by
anonymous
0
DS_W2_L1_extracttempmeasurements
Created
·
2021-02-16 09:32
Flavor
·
Python
Extracting temperature measurements from txt file
Submitted by
anonymous
0
DS_W2_L1_grouping
Created
·
2021-02-16 09:36
Flavor
·
Python
Same temperature measurement extraction example but this time using grouping such that we can choose only the positive measurements before September 10
Submitted by
anonymous
0
FS PERFS log parsing
Created
·
2021-02-18 10:19
Flavor
·
Python
no description available
Submitted by
anonymous
0
Date regex
Created
·
2021-02-18 15:21
Flavor
·
Python
no description available
Submitted by
Krynce
0
Validate HTML Id
Created
·
2021-02-18 16:11
Flavor
·
Python
no description available
Submitted by
Gustavo Ferreira
0
shed command grammar regex
Created
·
2021-02-19 05:53
Updated
·
2021-02-19 05:54
Flavor
·
Python
basic grammar rules
Submitted by
Jared Dyreson
0
Regex house number
Created
·
2021-02-19 08:13
Flavor
·
Python
no description available
Submitted by
anonymous
0
syslog regex
Created
·
2021-02-22 15:32
Flavor
·
Python
Takes a syslog with the basic pattern: date-&-time server process: message
Submitted by
rcuza
0
iC1000 Päävalikko
Created
·
2021-02-23 10:33
Flavor
·
Python
no description available
Submitted by
anonymous
0
Get the timestap of a whatasaap message
Created
·
2021-02-23 20:22
Flavor
·
Python
If you need to identify only the timestamp of a message, use this REGEX coode.
Submitted by
anonymous
0
conditional phone numbers
Created
·
2021-02-24 00:20
Flavor
·
Python
no description available
Submitted by
anonymous
0
Question 2
Created
·
2021-02-25 10:23
Flavor
·
Python
no description available
Submitted by
anonymous
0
Найти все ссылки
Created
·
2021-02-26 19:48
Flavor
·
Python
no description available
Submitted by
anonymous
0
Remove url links
Created
·
2021-02-28 23:52
Flavor
·
Python
no description available
Submitted by
anonymous
0
Strip misc punctuation
Created
·
2021-02-28 23:54
Flavor
·
Python
no description available
Submitted by
anonymous
0
Remove Non-words
Created
·
2021-02-28 23:55
Flavor
·
Python
no description available
Submitted by
anonymous
0
Remove multiple letter repeating words
Created
·
2021-02-28 23:56
Flavor
·
Python
no description available
Submitted by
anonymous
0
Remove short words
Created
·
2021-02-28 23:56
Flavor
·
Python
no description available
Submitted by
anonymous
Previous page
1
…
83
84
85
86
87
…
108
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-02-01 17:59
Flavor
·
Python
r"
Overlord
(
[^
\w
]
)+(
\w
+
)(
[^
\w
]
+
|)(
[
0
-
9
]
)+(
\W
*
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous