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...
0
phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
remove valid receipts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
tds-1
PCRE (PHP <7.3)
form26as partA
Submitted by
gopinath
-
9 years ago
1
UK Postcode checker
Python
Matches more thoroughly than others in the library. Based on http://stackoverflow.com/questions/164979/uk-postcode-regex-comprehensive. Matches: W1A 1AA, WC2H 7LT, SE50EG
Submitted by
spookypeanut
-
9 years ago
1
Parsing Basketball Matchup
PCRE (PHP <7.3)
Written mostly in Notepad++, bitches!
Submitted by
@just_abs
-
9 years ago
1
Amazon_SS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match local development domain
PCRE (PHP <7.3)
no description available
Submitted by
Nico Schneier
-
9 years ago
3
ln -l linux parse
PCRE (PHP <7.3)
parse linux ln -l output command
Submitted by
guignol95
-
9 years ago
1
Test File
PCRE (PHP <7.3)
Test Description
Submitted by
Test Author
-
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
0
Numero de telefone brasileiro
PCRE (PHP <7.3)
Valida numero de telefone brasileiro com 9 ou 8 digitos junto com DDD ou sem DDD, formatado ou nao formatado.
Submitted by
fb.me/raniellyfsilva
-
9 years ago
1
Temp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Twitter Hashtags
PCRE (PHP <7.3)
Finds out Twitter Hashtags from a text
Submitted by
Yesha Shah
-
9 years ago
1
MM-DD-YYYY - Javascript Date with some validation
ECMAScript (JavaScript)
This is a regular expression for date in javascript. It validates the month between 01-12 (double digits only). It validates the day between 01-31 (double digits only). And enforces 4 digit year (no validation for range).
Submitted by
Andrew Leonenko
-
9 years ago
1
Property List to object mapping
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Quadparser
PCRE (PHP <7.3)
Finds potential G-quadruplex motifs in DNA seqeunces
Submitted by
anonymous
-
9 years ago
-3
matching words between tags
ECMAScript (JavaScript)
matching words between square brachets tags include newline or carriage return
Submitted by
anonymous
-
9 years ago
3
BOOLEAN EXPRESSION WITH BRACKETS MATCHER
PCRE (PHP <7.3)
comapre simbols used just !=, ==, =, beacose of task keyword "not" can be used only before leftside value beacose of task
Submitted by
Ilya Filisteev
-
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
instacart
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
799
800
801
802
803
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
^
#
(
(
\S^
,
)+
)
)
/
Open regex in editor
Description
Finds out Twitter Hashtags from a text
Submitted by
Yesha Shah
-
9 years ago