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,440 community submitted regex patterns...
0
group catch 第二版 (group有名字)
Python
搜尋到的內容,區分為\g, \g, 代換到replace的位置 python和其他的程式,用法不同,如:$1,$2
Submitted by
anonymous
-
6 years ago
0
group catch 第二版 (group有名字)
Python
搜尋到的內容,區分為\g, \g, 代換到replace的位置 python和其他的程式,用法不同,如:$1,$2
Submitted by
anonymous
-
6 years ago
0
group catch (group有名字)
Python
代換搜尋到的兩個group,中間加字
Submitted by
anonymous
-
6 years ago
0
Inventory Upload Errors
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Hello, World!
Python
For SCT in DataCamp course
Submitted by
anonymous
-
6 years ago
0
detect ประเทศ 1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
detect ประเทศ 2
Python
no description available
Submitted by
anonymous
-
6 years ago
0
find instagram display url
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Subdomains
Python
no description available
Submitted by
anonymous
-
6 years ago
0
mc coord extract
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Lab3 RegEx
Python
no description available
Submitted by
anonymous
-
6 years ago
0
US Highway Routes
Python
Highway ROUTE RTE State Route Hwy Fwy...
Submitted by
anonymous
-
6 years ago
0
html tags with attributes
Python
html tags with attributes
Submitted by
anonymous
-
6 years ago
0
Dollar amount + Number Matching
Python
\$?\d+(?:\.\d+)?
Submitted by
anonymous
-
6 years ago
0
JS Comment to VBA Comment
Python
It converts the format of Comment/Remark codes from JavaScript to VBA. 1-line Comments are converted to 1-line Comments Block Comments are converted to 1-line Comments
Submitted by
anonymous
-
6 years ago
0
Not start with stringss
Python
no description available
Submitted by
anonymous
-
6 years ago
0
gitlab-push-rules-prohibited-file-names-regex
Golang
GitLab Push Rules Citation Push rules are essentially pre-receive Git hooks that are easy to enable in a user-friendly interface. They are defined globally if you are an admin or per project so you can have different rules applied to different projects depending on your needs. 1...
Submitted by
gregswindle
-
6 years ago
0
em Prokopenko
Python
no description available
Submitted by
anonymous
-
6 years ago
0
star
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Different argentinian car plate number.
Python
no description available
Submitted by
anonymous
-
6 years ago
1
...
16
17
18
19
20
...
122
Community Library Entry
2
Regular Expression
Python
r"
[
\w
'
-
.
]
+
\w
|
[
\w
'-
]
+
\s
*
"
Open regex in editor
Description
Matches words without external punctuation but with internal punctuation.
Submitted by
anonymous
-
9 years ago