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 9,420 community submitted regex patterns...
0
Matches when the string does not contain an exact word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
MongoDB _ID
PCRE (PHP <7.3)
Detect if is a valid id for MongoDB
Submitted by
manuerumx
-
10 years ago
1
Matching Results List
PCRE (PHP <7.3)
Hello, If you can match the results listed in the right-hand side would be great. Thank you. ...
Submitted by
Ömür Yanıkoğlu
-
10 years ago
1
dapi
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
ref match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
CHEQROOM QR Code detection
PCRE (PHP <7.3)
Checking for valid CHEQROOM QR Codes
Submitted by
Vincent Theeten
-
10 years ago
-1
Match inside square brackets without brackets
PCRE (PHP <7.3)
no description available
Submitted by
DanSkeel
-
10 years ago
-2
indonesian p0rn word filter
PCRE (PHP <7.3)
find and replace bad and p0rn indonesian words
Submitted by
teknokoplak
-
10 years ago
1
Why is this not matching the closest <A tag?
PCRE (PHP <7.3)
no description available
Submitted by
Daz
-
10 years ago
-2
Find multiple XML documents in file
PCRE (PHP <7.3)
as title says
Submitted by
Doro
-
10 years ago
0
Date Validator Regular Expression
PCRE (PHP <7.3)
Perfect Date validator from 1900-01-01 to 2013-12-31, all with leap years and perfect dates.
Submitted by
Punit Pal
-
10 years ago
1
ticket regexp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
Matching values between square brackets
PCRE (PHP <7.3)
no description available
Submitted by
Marius Schulz
-
10 years ago
0
x
PCRE (PHP <7.3)
x
Submitted by
x
-
10 years ago
0
City and state validation
PCRE (PHP <7.3)
Validation when city and state are like in format city, state
Submitted by
Adu
-
10 years ago
1
Sentence grabber 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
8
Sentence grabber /w extra check
PCRE (PHP <7.3)
Grabs sentences including terms like: e.g. z.b. Figs.These get caught in 1st capturing group. Problem: how to only accept matching sentences which contain pattern \b\d+[a-z]{0,2}\b?
Submitted by
light0
-
10 years ago
1
Sentence matching
PCRE (PHP <7.3)
Match sentences ignore e.g. Fig. z.b. etc
Submitted by
anonymous
-
10 years ago
1
Try ths
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Linkedin profile matching regex
PCRE (PHP <7.3)
This a regex for matching linkedin profile URLs
Submitted by
@antespi
-
10 years ago
1
...
460
461
462
463
464
...
471
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
[^
?
]
(?<issue>
.
*
?
-
\d
+
)
?
[^
?
]
\s
(?<desc>
.
*
)
/
mg
Open regex in editor
Description
toggl track to jira
Submitted by
anonymous
-
a year ago