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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 11,620 community submitted regex patterns...
1
Replace <?= $variable ?> with <?= purify($variable) ?>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Complex Password
PCRE (PHP <7.3)
Check if there's at least a lowercase, uppercase, digit and punctuation mark.
Submitted by
anonymous
-
8 years ago
1
CORS regex filter
PCRE (PHP <7.3)
Regex to validate a Access-Control-Allow-Origin value
Submitted by
anonymous
-
8 years ago
1
Phone Number with no letters or spaces
PCRE (PHP <7.3)
Phone Number with no letters or spaces
Submitted by
JP Hunter
-
8 years ago
1
Use capturing groups to grab CSV columns
PCRE (PHP <7.3)
This regex gets the first, the last and the middle part as capturing groups and matches the trailing semicolon as a non-capturing group. This allows you to resort CSV columns.
Submitted by
Unkulunkulu
-
8 years ago
1
gas vars
PCRE (PHP <7.3)
finds definitions of gas vars in map edits (SS13 /tg/station)
Submitted by
duncathan
-
8 years ago
1
Поиск href в строке
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Matches Everything
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
don't match mysite or google
PCRE (PHP <7.3)
check referrer when redirecting
Submitted by
Sandra
-
8 years ago
1
hora
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Filter Tag Attributes
PCRE (PHP <7.3)
This expression was created to nullify the HTML Tag Attributes
Submitted by
Capt.Rooster
-
8 years ago
1
Div Matching Test
Python
Div Matching Test
Submitted by
anonymous
-
8 years ago
1
FUTURES
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Instagram Access Token
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
HiveQL query/comment splitter
Python
Splits a HiveQL line into query and comment sections.
Submitted by
anonymous
-
8 years ago
1
Check phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
AAMS event id
PCRE (PHP <7.3)
Match valid AAMS event id: "Programma"."Num.Avvenimento"
Submitted by
sethmorley
-
8 years ago
1
Openstack object ID
PCRE (PHP <7.3)
gets the id of a created object
Submitted by
pierre-jean metzger-gineste (nuabee.fr)
-
8 years ago
1
get the body of a python function and its arguments
PCRE (PHP <7.3)
no description available
Submitted by
Ethan Riley.
-
8 years ago
1
first try
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
118
119
120
121
122
...
581
walter1976LastClean
0
Regular Expression
Golang
`
\d
+
$
`
gm
Open regex in editor
Description
walter1976LastClean
Submitted by
anonymous
-
a year ago