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,300 community submitted regex patterns...
0
Dimensions LxA case insensitiv
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Dimensions AxLxC
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Find Cidade/Sigla
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Find nome estado between parenthesis
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Find sigla estado after minus signal
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Simplified nginx access log filter with group name
Python
Simple regex for nginx access log file name
Submitted by
anonymous
-
6 years ago
0
Hugo Get Tables
Python
no description available
Submitted by
anonymous
-
6 years ago
0
match expression
Python
no description available
Submitted by
anonymous
-
6 years ago
0
before and after
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Debts (Hanzo)
Python
Add debts to Hanzo
Submitted by
anonymous
-
6 years ago
0
random1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Simple Python URL Matcher
Python
A simple python url matcher matching protocol, host, port, path, params, tag
Submitted by
xinbenlv
-
6 years ago
0
Retorno de carro para pdf
Python
\r?\n(?!\s) GM Primer ejemplo: ...
Submitted by
anonymous
-
6 years ago
0
Find between two strings
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Find between a space and a char/string
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Find between a space and a char/string with lookahead
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Find a word before any symbol
Python
no description available
Submitted by
anonymous
-
6 years ago
0
argit GitHub remote
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Samasource url path - PML extraction
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Samasource url path - PML extraction
Python
no description available
Submitted by
anonymous
-
6 years ago
1
...
9
10
11
12
13
...
115
Community Library Entry
106
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 15 days ago)