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,000 community submitted regex patterns...
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
ls -a Linux Output - Parse Filename
PCRE (PHP <7.3)
Parse just the filename from ls -a output on Linux.
Submitted by
Brian Hannan
-
8 years ago
1
Turkish Date (4 digit year) Regex (with leap year control)
PCRE (PHP <7.3)
Following inputs are accepted dd.mm.yyyy while 29.02.2016 accepted, 29.02.2017 is not. also some months last days should be 30, not 31 ...
Submitted by
Abdulhamit Mabocoglu
-
8 years ago
1
DDmmyyyy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Improved decimal numbers
PCRE (PHP <7.3)
Decimal numbers matcher with optional matching for exponent (12.4e7) and optional thousand comma separator matches both 1,234.05 and 1234.05. Also matches negative numbers (-1234.05)
Submitted by
Mirco Sanguineti
-
8 years ago
1
Decimal numbers (plus exponent)
PCRE (PHP <7.3)
Matches decimal numbers also with exponent (23.8e12) It does not match silly things like 00000000000.0000000000 as other "decimal number regex"
Submitted by
Mirco Sanguineti
-
8 years ago
1
my first regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Duplicate Properties
PCRE (PHP <7.3)
This regex is to find duplicates in properties- or config-files with '='-separated key value pairs.
Submitted by
vgross
-
8 years ago
1
KLC051 Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
neudecker regex
PCRE (PHP <7.3)
neudecker regex
Submitted by
joe
-
8 years ago
1
__import__("os")
Python
no description available
Submitted by
anonymous
-
8 years ago
2
Brazilian number phone
PCRE (PHP <7.3)
no description available
Submitted by
Marcos André
-
8 years ago
1
US Publication Number
PCRE (PHP <7.3)
To search the publication number in uspto documents.
Submitted by
Mohd Amir
-
8 years ago
1
FHIR API
PCRE (PHP <7.3)
HA Proxy URL rewrite for the FHIR APIs
Submitted by
gpiskun
-
8 years ago
1
ES6 Template Literals
ECMAScript (JavaScript)
Matches the template literals in a given string
Submitted by
Ozzy
-
8 years ago
1
DATA Charge
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
HSI DISCOUNTS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
controllers check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
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
...
683
684
685
686
687
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
[
A
-
E
]
{1,2}
/
Open regex in editor
Description
no description available
Submitted by
Wagner Luís da Silva
-
8 years ago