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 3,840 community submitted regex patterns...
1
SAP Valid Chars
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
List of phone numbers
ECMAScript (JavaScript)
List of phone numbers separated by commas 241 214 2414,(214) 224 4244, 214/224 4224,2142244244
Submitted by
anonymous
-
8 years ago
1
Remove spaces between brackets
ECMAScript (JavaScript)
Removes space after opening and before closing square and reqular brackets/parenthesis and keeps what's inside
Submitted by
anonymous
-
8 years ago
2
OnTheJob CSV Export to Excel Tab Delimited Import
ECMAScript (JavaScript)
Lets you rearrange columns of time data exported from the On The Job app to something more useful in Excel as required. Still a work in progress as this gets tweaked for improvement and streamlining.
Submitted by
anonymous
-
8 years ago
1
Exclude filename path
ECMAScript (JavaScript)
Regular expression to exclude a filename path.
Submitted by
JimiC
-
8 years ago
1
KLC051 Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
ES6 Template Literals
ECMAScript (JavaScript)
Matches the template literals in a given string
Submitted by
Ozzy
-
8 years ago
1
Match for courses
ECMAScript (JavaScript)
Match with courses like: AB123, AB 123, ABC123 or ABC 123
Submitted by
Matheus Sampaio
-
8 years ago
1
IP Range 193.172.166.0 - 193.172.166.31
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
IP range 193.172.166.100 193.172.166.251
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
xregexp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Perfect URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Extract domain from URL
ECMAScript (JavaScript)
Extract the domain out of an url
Submitted by
anubhava
-
8 years ago
1
Gyazo Page to PNG
ECMAScript (JavaScript)
Turns Gyazo page links into PNG links (useful for auto-previews, embedding etc.)
Submitted by
md678685
-
8 years ago
0
date dd.mm.yyyy
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
i
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
username
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Sentence checker
ECMAScript (JavaScript)
This will validate any nu of lines
Submitted by
noby nirmal
-
8 years ago
0
Line match
ECMAScript (JavaScript)
Regex to match any no of lines
Submitted by
noby nirmal
-
8 years ago
1
email regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
...
141
142
143
144
145
...
192
separate two odd numbers with a dash
1
Regular Expression
ECMAScript (JavaScript)
/
(
[
13579
]
)
(?=
[
13579
]
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago