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,020 community submitted regex patterns...
0
find all java static variables which are not decalared as final
PCRE (PHP <7.3)
Find static variables which are not declared as final.
Submitted by
petod
-
8 years ago
0
Human Name Matching
PCRE (PHP <7.3)
(maybe not perfect) Name matching. Made it for my API to match Firstname and Lastname Params in order to check if that wasn't complete bullshit. Any advice would be accepted /o/
Submitted by
Lurio
-
8 years ago
0
Removing xml namespace prefixes from an xml string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Accept Header
ECMAScript (JavaScript)
no description available
Submitted by
Nathaniel Blackburn
-
8 years ago
0
SmartStart: Converting old location URIs to new query strings for apache redirection
PCRE (PHP <7.3)
no description available
Submitted by
Mike
-
8 years ago
0
Text Field Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Get score from LCBO tasting notes.
Python
no description available
Submitted by
anonymous
-
8 years ago
0
php正则用户名
PCRE (PHP <7.3)
中文,英文大小写,_ , -
Submitted by
anonymous
-
8 years ago
0
Regex for ls command
PCRE (PHP <7.3)
WARNING: regex is uglier than your mom.
Submitted by
Jared Rummler
-
8 years ago
0
Escape Regex Meta Characters (v2)
ECMAScript (JavaScript)
This expression escapes characters, which have a special meaning in regex, like .?[]/ and so on. Use it to transform a string that you want to use literally in another regex. This is the second version, bug in replace string has been fixed.
Submitted by
Florian Andresen
-
8 years ago
0
where's the wiki regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
simple url to web site match
ECMAScript (JavaScript)
simple url to web site match (es6)
Submitted by
anonymous
-
8 years ago
0
Expression regular microsoft falso zip adjunto
PCRE (PHP <7.3)
Una expresión regular para adjuntos con extensión zip . phising de microsoft
Submitted by
David Gatica
-
8 years ago
0
Time conversion
ECMAScript (JavaScript)
Let's me extract time values from a conversation.
Submitted by
anonymous
-
8 years ago
0
Matching Balanced Constructs Recursive Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Time - Hour Minute (H:i) -> 00:00 - 23:59
PCRE (PHP <7.3)
This matches times that fall within the normal range of times 00:00 - 23:59. It also allows for no leading zero for times like 6:24.
Submitted by
quixrick
-
8 years ago
0
No content other then whitespace line
PCRE (PHP <7.3)
The beginning of a line, followed by 0 or more whitespace characters,[\r\n\t\f\v ] followed by the end of a line. SOURCE: https://stackoverflow.com/a/114861
Submitted by
anonymous
-
8 years ago
0
80
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Detect Instruction
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Designed to extract field type and its size, if available, from the definition of the columns in a SQLite query.
PCRE (PHP <7.3)
i.e : input: "NUMERIC(5,2) NOT NULL DEFAULT ('100.00')" extract : Name = [...
Submitted by
anonymous
-
8 years ago
1
...
13
14
15
16
17
...
901
Community Library Entry
-1
Regular Expression
Python
r"
"
.
*
\s
(
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
)
\s\d
+
?
\s\d
+
?
\s
"
g
Open regex in editor
Description
Log: Bluecoat Event Type: Upstream Ref to Json: "Sources/Bluecoat/ipv4-2
Submitted by
anonymous
-
8 years ago