Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Valid HTTP url
Matches in python valid urls (excludes some edge cases), but pretty good to verify an URL before scraping it
Submitted by
anonymous
-
6 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
匹配中文数字,用于逆向文本标准化
大部分应当匹配的数字都匹配上了。 第2个捕获组,即是内容(可能加的有单位,需要手动去除)
Submitted by
HaujetZhao
-
6 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
chit_kaung_song_names
Extract Singer Chit Kaung's song names in Myanmar + English
Submitted by
paing
-
6 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Author cite
Get author names from shitty import
Submitted by
anonymous
-
7 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
string substitution in bash behaving differently from PCRE(PHP<7.3>
question about bash not returning expected results, the same result as this saved regex returns here
Submitted by
anonymous
-
10 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
shift_factor
extracting constraint id from composed column header
Submitted by
Dario Romero
-
11 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
List of lists of numbers (no leading zeros)
List of lists of numbers (no leading zeros)
Submitted by
anonymous
-
11 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
strip host port
removes port number from URL
Submitted by
pc
-
11 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Proxy Matcher
Validate 1-223.0-255.0-255.0-255:1-65535
Submitted by
dev.tntd2k2
-
14 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Session Start/Close
Capturing Start/Close in IRC-logs
Submitted by
Corpset
-
14 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
latlonlatlon
gg
Submitted by
anonymous
-
15 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PLDI regex 3
for pldi answer
Submitted by
PlaceReporter99
-
16 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PLDI regex 2
for pldi answer
Submitted by
PlaceReporter99
-
16 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PLDI regex 1
For pldi answer
Submitted by
PlaceReporter99
-
16 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Dyno warning regex
Used to separate things in dyno warning
Submitted by
anonymous
-
16 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Hesla ISJ
ISJ
Submitted by
anonymous
-
18 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
100-4300
match 100, 200, 300 upto 4300
Submitted by
anonymous
-
18 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Get <NIC>
Get NICs from string
Submitted by
anonymous
-
23 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
golang
Home
Dj dus er geen je een je aan je enige eerst een he we er
Submitted by
Webmaster
-
24 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
golang
extract <*n or <n where n is a number
see https://stackoverflow.com/questions/76228402/regex-to-extract-n-where-n-is-digit
Submitted by
code_monk
-
a month ago
1
2
3
4
...
575
Search/Replace Pressure sensor calibration
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(
(?<=
"pressure"
..
"pressure"
)
[^
"
]
+
(?=
"
)
\"
*
[
a
-
zA
-
Z
]
+
"
[
,
]
\s
+
)
(
\d
)
[
.
]
(
\d
)
(
\d
+
)
(
,
[^
\d
]
)
(
(
[
-
]
\d
+
)
.
(
\d
)
(
\d
+
)
)
,
[^
\d
]
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 3 months ago