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 2,520 community submitted regex patterns...
1
remove specific div
Python
removes divs of the print class
Submitted by
Nicolaj
-
9 years ago
1
Bigger or lower than a number with <>
Python
no description available
Submitted by
woss.io
-
9 years ago
1
anime English title
Python
anime English title from snipertopanime
Submitted by
Wasdee
-
9 years ago
1
__import__("os")
Python
no description available
Submitted by
anonymous
-
9 years ago
1
File Extension
Python
Grabs the last "." of a string, and any word characters (\w) that follow.
Submitted by
G
-
9 years ago
1
URL Matcher
Python
no description available
Submitted by
anonymous
-
9 years ago
1
t01
Python
t01
Submitted by
anonymous
-
9 years ago
1
小写单词
Python
搜索句子中的小写单词
Submitted by
enihsyou
-
9 years ago
1
HDFS Audit Log Parser
Python
no description available
Submitted by
Vance Wei
-
9 years ago
1
nlc variation
Python
no description available
Submitted by
yasaman
-
9 years ago
1
Filter public functions
Python
It filters out the body of all public functions.
Submitted by
Sachin
-
8 years ago
1
Strip unicode u
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Address
Python
Regex for extracting address with pincode.
Submitted by
Irfan Patel
-
8 years ago
1
Apache Log Parser
Python
Parse Apache web logs to be stored in python (most likely a tuple for manipulation, parsing, and correlation)
Submitted by
hos
-
8 years ago
1
grabs first part of formula
Python
no description available
Submitted by
anonymous
-
8 years ago
1
grab value from json
Python
no description available
Submitted by
anonymous
-
8 years ago
1
pull version number
Python
no description available
Submitted by
anonymous
-
8 years ago
1
BigTimeRegex2
Python
no description available
Submitted by
anonymous
-
8 years ago
1
BigTimeRegex3
Python
no description available
Submitted by
anonymous
-
8 years ago
1
a
Python
no description available
Submitted by
anonymous
-
8 years ago
1
...
17
18
19
20
21
...
126
Community Library Entry
107
Regular Expression
ECMAScript (JavaScript)
/
^
[
\t
]
+
|
[
\t
]
+
$
/
gm
Open regex in editor
Description
Trim leading and trailing whitespace from a string.
Submitted by
fp
-
11 years ago
(Last modified 3 months ago)