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 14,180 community submitted regex patterns...
1
ipreo table parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
3
Song Splitter
PCRE (PHP <7.3)
Split an audio filename into a readable format for playlists (like jPlayer) assuming the audio file is named like the following: Artist - Song Title.mp3 Band Name - Track Title ft. Another Artist.m4a demon.devin - Faithless Angel (to no avail remix).mp3
Submitted by
demon.devin
-
8 years ago
1
Endpoint Monitor Summary Regex
PCRE (PHP <7.3)
no description available
Submitted by
Palomba
-
8 years ago
1
prova delete
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Replace DEFINER in MySQL
PCRE (PHP <7.3)
no description available
Submitted by
https://gist.github.com/NareshMaharzan
-
8 years ago
1
Demo2
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Demo
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Remove trailing dots
PCRE (PHP <7.3)
no description available
Submitted by
alex
-
8 years ago
1
UUID4 Validator
PCRE (PHP <7.3)
Validates UUID version 4
Submitted by
Agustín Bouillet
-
8 years ago
1
Search a keyword NOT in html tags
PCRE (PHP <7.3)
no description available
Submitted by
White Dragon
-
8 years ago
1
Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
AU EMPDUPE file format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Match everything before first vowel for pig latin conversion
PCRE (PHP <7.3)
matches all the consonants (including qu as a consonant, since for these purposes it is) up to the first vowel and splits it on that
Submitted by
Todd Nestor
-
8 years ago
1
Eclipse coords numbers
PCRE (PHP <7.3)
no description available
Submitted by
Rashmin Dandekar
-
8 years ago
1
Google Analytics UI URLs Extraction
PCRE (PHP <7.3)
Inline Report Filter Conditions Extraction
Submitted by
Brian
-
8 years ago
1
song to html
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
WORD not between two apex
PCRE (PHP <7.3)
search a WORD iff isn't between two apex. example: attribute="abc WORD abc" abc WORD, 'abc WORD "abc MATCHES: 2nd and 3th WORD
Submitted by
White Dragon
-
8 years ago
1
firstname and lastname
PCRE (PHP <7.3)
Passed for all the names below: firstname middlename Müller Boromir Stark Amy Senn James Murphy Peter Bauman...
Submitted by
Ellen Higashi
-
8 years ago
1
\/PrimoLivello(\/|$)[a-zA-Z]*
PCRE (PHP <7.3)
\/PrimoLivello(\/|$)[a-zA-Z]*
Submitted by
\/PrimoLivello(\/|$)[a-zA-Z]*
-
8 years ago
1
prima
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
522
523
524
525
526
...
709
Community Library Entry
-1
Regular Expression
Python
r"
(
\A
|
\s
)
#
(
\w
+
)
"
g
Open regex in editor
Description
Using the twitter API, take a tweet object and find & link #tags to embed in HTML
Submitted by
@triplec1988
-
11 years ago