Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
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 >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,100 community submitted regex patterns...
0
SHA1 HASH
Python
Reference https://12bme.tistory.com/293 http://wiki.hash.kr/index.php/MD5
Submitted by
RuvyTale
-
3 years ago
0
vert-cata
Python
log
Submitted by
anonymous
-
3 years ago
0
nsv2-general
Python
log
Submitted by
anonymous
-
3 years ago
0
Tok. test.1
Python
T
Submitted by
anonymous
-
3 years ago
0
Daily Stand-up - Slack to Notion
Python
Usage: Used to convert Daily Stand-up text entered in a Slack channel, i.e.: 1. 1x1s with Sam and Alex; research team meeting; non-client work; Profile UT report; future UT planning 2. Sprint planning; Profile UT Rd 2 planning meeting; 1x1 with Madison; weekly design sync; research touch-base with ...
Submitted by
TerpsFreak
-
3 years ago
0
Rename files
Python
Python regex of multiple file rename
Submitted by
anonymous
-
3 years ago
0
Match Street Number
Python
Matches street number in it's 2nd group
Submitted by
anonymous
-
3 years ago
0
AA find Excel command in script
Python
find Excel command in script based on json
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Canvas user quiz url to API url
Python
Turns a URL provided by the user (copied from the address bar) into a url to access the same quiz with the Canvas LMS REST API.
Submitted by
anonymous
-
3 years ago
0
starts with number and ends with string or number
Python
starts with number and ends with string or number starts with +ve, -ve or decimal number
Submitted by
suraj
-
3 years ago
0
conditional lookahead (IF (pat1) or (pat2) THEN match (pat1) and/or (pat2) box
Python
Python does not support conditionals using lookaround, even though Python does support lookaround outside conditionals. (?(?=regex) then|else) is illegal in python (?=regex)then|(?!regex)else - this works. madness details in the test strings
Submitted by
PeteC
-
3 years ago
0
Email Validation
Python
It won't recognize if the local-part is just one character like t@somedomain.com
Submitted by
anonymous
-
3 years ago
0
single character v2?
Python
find any standalone, non-white space character
Submitted by
anonymous
-
3 years ago
0
Airtel Unlimited Plan
Python
Airtel Unlimited Plan
Submitted by
starkm42
-
3 years ago
0
Remove Trailing Number
Python
Regex for the gvsbuild tool to remove a trailing number from a project name.
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
pens
Python
testing
Submitted by
anonymous
-
3 years ago
0
71871164
Python
Stack overflow example
Submitted by
anonymous
-
3 years ago
0
原神圣遗物OCR副属性(中文简体)
Python
用于游戏“原神”的圣遗物OCR结果中的副属性识别
Submitted by
Wansn
-
3 years ago
0
Phone number regex
Python
REGEX to test various phone numbers
Submitted by
Drew Recker
-
2 years ago
0
#value # value
Python
account for comments
Submitted by
anonymous
-
2 years ago
1
...
90
91
92
93
94
...
105
Community Library Entry
0
Regular Expression
Python
r"
^
120/BHP
\d
/
(?P<lblreq_board>
LBLREQ
)
-
(?P<lblreq_id>
\d
+
)
/
(?P<mission>
\d
{4}
-
\d
{2}
-
\d
{2}
-Z0F
\d
{4}
)
/
(?P<run>
\d
+
)
/
(?P<vehicle_time>
\d
{18}
)
/
(?P<event_time_s>
\d
+
\.
\d
+
)
/
(?:
sweep_dir_
\d
+
/sweep_
\d
+
/
)?
image_
(?P<channel>
[
a
-
z_
]
+
)
_000000000
\.
png
$
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago