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 4,860 community submitted regex patterns...
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
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
0
RA3
Python
calendar
Submitted by
anonymous
-
6 years ago
0
T1
Python
RA results v Tully's predictions
Submitted by
anonymous
-
6 years ago
0
LSD MSD regex
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Specific C Enumerator Matching
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Ejemplo de un patrón de nombre multivariado
Python
Cada persona debería desarrollar un patrón de texto de su nombre que reconozca todas las variantes usuales que por brevedad o capricho se utilizan en el ámbito familiar, social y laboral. (jgomezp:erbeye)
Submitted by
anonymous
-
6 years ago
0
get img src from html
Python
match the src attribute of the html img tag
Submitted by
anonymous
-
6 years ago
0
Separate Studio/Movie Title Info From Filename for Plex
Python
Separate Studio/Movie Title Info From Filename for Plex This regex is ultimately used by a Plex Media Server Agent to parse various information from a filename when Plex is scanning a media directory. The regex uses named groups studio and clip_name to store the information that is parses so that ...
Submitted by
anonymous
-
6 years ago
0
Properties
Python
no description available
Submitted by
anonymous
-
6 years ago
0
UAE Phone Number Regex Validator
Python
no description available
Submitted by
anonymous
-
6 years ago
0
URLS
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Parsing assembly code .data segment
Python
no description available
Submitted by
anonymous
-
6 years ago
1
...
105
106
107
108
109
...
243
Community Library Entry
0
Regular Expression
Python
r"
(?<=
PAGE
\(
)
(?!
990
)
(?P<pg>
[
\d
]
{1,4}
)
|
(?:
(?<=
_r
|
[
\w
]
\(
)
(?P<txt_a>
[
『「“
]
[^
\n
]
+
(?=
_n
\n
)
)
|
(?P<txt_b>
[
『「“
]
.
*
)
)
"
gm
Open regex in editor
Description
Fate stay/night PS Vita version parsing
Submitted by
anonymous
-
a year ago
(Last modified a year ago)