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,960 community submitted regex patterns...
0
Regexy uczelnia
Python
Wyszukuje słowo Mikołaj
Submitted by
anonymous
-
2 years ago
0
Phone_number_test
Python
Test
Submitted by
anonymous
-
2 years ago
0
russian phone number
Python
That's work!
Submitted by
anonymous
-
2 years ago
0
Cloudfront URL pointing to S3
Python
Public Cloudfront URL that redirects to a S3 file
Submitted by
anonymous
-
2 years ago
0
Email
ECMAScript (JavaScript)
Email
Submitted by
anonymous
-
2 years ago
0
link_checks
Python
testing of link checking
Submitted by
anonymous
-
2 years ago
0
Remove HTML tags & attributes from text
ECMAScript (JavaScript)
Removes html tags (including attributes) from text
Submitted by
Stino
-
2 years ago
0
extract data syslog format
Python
Extract data of syslog.log format
Submitted by
anonymous
-
2 years ago
0
Remove Parentheses
ECMAScript (JavaScript)
Codewars kata 6 kyu , about Regular Expression JavaScript, help meeeh
Submitted by
anonymous
-
2 years ago
0
UK Phone Number
ECMAScript (JavaScript)
Check for varied prefixes, followed by a suffix of exactly 9 digits
Submitted by
anonymous
-
2 years ago
0
Find an SVG constructed in javascript nuxt
ECMAScript (JavaScript)
Find an SVG constructed in javascript nuxt
Submitted by
Ray
-
2 years ago
0
Link Matcher v1
Java 8
The link matcher regex currently matches the most common types of links. *Removed other links
Submitted by
IkeVoodoo
-
2 years ago
(Last modified 2 years ago)
0
datecheck
Python
expression pour checker les dates
Submitted by
anonymous
-
2 years ago
0
Regex Trial
Python
This is an internship trial for my own use
Submitted by
Adanna
-
2 years ago
0
Regex trial 2
Python
For internship purposes
Submitted by
Adanna
-
2 years ago
0
Match valid US phone numbers
ECMAScript (JavaScript)
This regex matches Valid USA phone numbers
Submitted by
anonymous
-
2 years ago
0
Markdown Link Only
Python
It grabs all markdown links, and only grabs the link
Submitted by
anonymous
-
2 years ago
0
US aircraft registration
Python
US aircraft registration
Submitted by
anonymous
-
2 years ago
0
Golang Get variables In Js
Golang
To get
Submitted by
anonymous
-
2 years ago
0
RE2 match of APRS-IS header information
Golang
This re2 (using Go in my case) matches the APRS-IS header. The format of the APRS-IS packet is TNC2 standard: SOURCE>DESTINATION,PATH:PACKET ...
Submitted by
Jack Hamm (jack@wv6l.net)
-
2 years ago
1
...
282
283
284
285
286
...
298
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)