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...
1
Smileys
PCRE (PHP <7.3)
Find regular smileys
Submitted by
CycyX
-
9 years ago
1
Japanese smileys
PCRE (PHP <7.3)
Find smileys
Submitted by
CycyX
-
9 years ago
1
Show Identifying Regex
PCRE (PHP <7.3)
To sort my tv shows
Submitted by
Robert
-
9 years ago
1
PO BOX
PCRE (PHP <7.3)
no description available
Submitted by
jmweekes
-
9 years ago
1
Find negative currency numbers in parenthesis
PCRE (PHP <7.3)
I used this for N++ find/replace. Find this value and replace with -$1
Submitted by
anonymous
-
9 years ago
1
DOWP Log File Dispense amount parser
PCRE (PHP <7.3)
Looks through the log and extracts all the dispense amounts in the given text
Submitted by
BStevenson
-
9 years ago
1
instacart
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
boolean expression with brackets matcher
PCRE (PHP <7.3)
comapre simbols used just !=, ==, =, beacose of task
Submitted by
Ilya Filisteev
-
9 years ago
1
Quadparser
PCRE (PHP <7.3)
Finds potential G-quadruplex motifs in DNA seqeunces
Submitted by
anonymous
-
9 years ago
1
Property List to object mapping
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Temp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Google Analytics - Content grouping - Regex fix
Python
http://stackoverflow.com/questions/32650744/google-analytics-content-grouping-regex-fix
Submitted by
anonymous
-
9 years ago
1
Test File
PCRE (PHP <7.3)
Test Description
Submitted by
Test Author
-
9 years ago
1
Match local development domain
PCRE (PHP <7.3)
no description available
Submitted by
Nico Schneier
-
9 years ago
1
Amazon_SS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Parsing Basketball Matchup
PCRE (PHP <7.3)
Written mostly in Notepad++, bitches!
Submitted by
@just_abs
-
9 years ago
1
tds-1
PCRE (PHP <7.3)
form26as partA
Submitted by
gopinath
-
9 years ago
1
remove valid receipts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Find div with any string inside
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Search for status
PCRE (PHP <7.3)
IVLSInstallation.log includes a status for the upgrade
Submitted by
jhambly
-
9 years ago
1
...
104
105
106
107
108
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
\d
+
\.
\d
+
/
gm
Open regex in editor
Description
Números reales
Submitted by
Carlos Osmar
-
2 years ago