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 5,040 community submitted regex patterns...
0
Fizl tag parsing
Python
The fizl tool for Tex coherence checking supports %[tag] elements
Submitted by
anonymous
-
5 years ago
0
unit_no_extraction
Python
CREMATRIX
Submitted by
anonymous
-
5 years ago
0
v1.0
Python
Coge todos los casos válidos, descarta todos los incorrectos.
Submitted by
anonymous
-
5 years ago
0
timestamp
Python
no description available
Submitted by
anonymous
-
5 years ago
0
支持split分组匹配
Python
支持split分组匹配
Submitted by
anonymous
-
5 years ago
0
thuê bao 12 số
Python
no description available
Submitted by
anonymous
-
5 years ago
0
parse sqs url
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Macro Guard '#if' finding regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Negative lookahead
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
5 years ago
0
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction
Submitted by
anonymous
-
5 years ago
0
匹配合法的变量名
Python
\b[a-zA-Z_]\w+
Submitted by
anonymous
-
5 years ago
0
正则式的命名和反向引用
Python
(?P(\w+\s+))(?P=dup)
Submitted by
anonymous
-
5 years ago
0
提取有效小数,如果是0,则只保留1个0
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Data_Download_Investigator
Python
For investigatorLastRegulatoryAction_Action_Date
Submitted by
anonymous
-
5 years ago
0
amazon pdf regexpress
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AMap POI ID
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AMap POI Tile index
Python
no description available
Submitted by
anonymous
-
5 years ago
0
highlight
Python
no description available
Submitted by
anonymous
-
5 years ago
0
PRUEBA 1
Python
ZAHO :CMM,:NR=2087:;
Submitted by
anonymous
-
5 years ago
1
...
116
117
118
119
120
...
252
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?i)
\[\[
(?<firstlevelfolder>
(?:
assets
|
Bücher
|
Dokument
|
epsilon_notes
|
kontakte
|
literatur
|
Projekt
|
Test
|
Wissen
|
WV
)
(?:
[
\w
_
]
*
)
\/
)
(?<bildpfad>
[^
\|\\\]
]
+
)
(
\\\|
|
\|
)*
(?<bildattribut>
[^
\]
]
*
)
\]\]
/
gm
Open regex in editor
Description
no description available
Submitted by
Benny Platte
-
4 years ago
(Last modified 4 years ago)