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 18,000 community submitted regex patterns...
0
Empty DIV Container
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Деньги из текста
Python
вырезаем деньги из текста
Submitted by
anonymous
-
4 years ago
0
protocol string match
Python
no description available
Submitted by
anonymous
-
4 years ago
0
ANSIBLE VAULT PASSWORD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
upload
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
M3U8 parsing
PCRE (PHP <7.3)
Extracts duration, title and uri from an M3U8 file, using correspoding named groups.
Submitted by
anonymous
-
4 years ago
0
Delete WI
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Assignment 1, part 2.2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Xpath_Regardless_namespace
Python
helper to create local-names xpath
Submitted by
anonymous
-
4 years ago
0
pa3 regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Local Name XPath Improvement V2
Python
Considering Function also such as boolean()
Submitted by
anonymous
-
4 years ago
0
mask pin in JSON/XML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
act_mall导入
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Time grabber
Python
Grab time from datetime
Submitted by
anonymous
-
4 years ago
0
Grab date (used with grab time for consistent results)
Python
no description available
Submitted by
anonymous
-
4 years ago
0
VP spoofed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
驗證資料夾路徑格試
ECMAScript (JavaScript)
驗證資料夾路徑
Submitted by
anonymous
-
4 years ago
0
Platform.sh Web Location RegEx Example #1
PCRE (PHP <7.3)
See Unit Tests
Submitted by
anonymous
-
4 years ago
0
Long url extractor
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Code Conventionen ro
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
692
693
694
695
696
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<ambiente>
\w
*
)
[
-_
]
(?<app>
\w
*
)
[
-_
]
(?<hospital>
\w
*
)
[
-_
]
(?<database>
\w
*
)?
[
-_
]
(?<schema>
\w
*
)?
[
-_
]
(?<table>
\w
*
)
/
gm
Open regex in editor
Description
Submitted by
anonymous
-
a year ago