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...
0
Breaking Change Commit Message
ECMAScript (JavaScript)
For GitVersion
Submitted by
anonymous
-
4 years ago
1
QBAR Atom Regex
PCRE2 (PHP >=7.3)
Regular expression to match atoms. See qbar.io/docs.html#expression-language-atom for more information.
Submitted by
bhgomes
-
4 years ago
0
regex for void javascript functions
PCRE (PHP <7.3)
This only seems to work in atom. This regex only matches functions that don't return anything, as a part of a typescript migration.
Submitted by
anonymous
-
4 years ago
0
灾难性回溯
PCRE2 (PHP >=7.3)
可以考虑正前瞻来解决 ^(?=([0-9]+))\1*$
Submitted by
anonymous
-
4 years ago
0
GridTracker Call Roster Filter
ECMAScript (JavaScript)
GridTracker Call Roster Filter finds WSJT-X Single-Period Decodes messages containing CQ, 73, or RR73 (not within callsigns or grid squares). The filtered results can then be responded to immediately.
Submitted by
WB6UNG
-
4 years ago
0
First and Last name with unicode
PCRE2 (PHP >=7.3)
regex with unicode
Submitted by
anonymous
-
4 years ago
0
pig latin translator
Python
turn a sentence into pig latin
Submitted by
krashr-ds
-
4 years ago
0
URL parser
PCRE2 (PHP >=7.3)
For parsing URLs
Submitted by
krashr-ds
-
4 years ago
2
Link markdown with title text
ECMAScript (JavaScript)
Simple link mardown detection with a title text
Submitted by
Olpouin
-
4 years ago
0
.mks
PCRE2 (PHP >=7.3)
.mks
Submitted by
anonymous
-
4 years ago
0
.ass
PCRE2 (PHP >=7.3)
.ass
Submitted by
anonymous
-
4 years ago
1
xxx-xxx-xxxx
ECMAScript (JavaScript)
☎️
Submitted by
codefinity
-
4 years ago
3
Email
ECMAScript (JavaScript)
This is a bit simpler version that is still quite robust. It was taken from a Formik example.
Submitted by
codefinity
-
4 years ago
3
National Insurance Number regular expression
PCRE2 (PHP >=7.3)
This regular expression is build from the description of NINO number of GOV.UK,
Submitted by
Iftakhar Husan
-
4 years ago
0
Selector Trim Matcher (jQuery)
ECMAScript (JavaScript)
The regular expression used in the jQuery library to match characters that should be trimmed from selector strings.
Submitted by
Ben
-
4 years ago
0
Were Wolf Emoji
PCRE2 (PHP >=7.3)
Were Wolf Bet Emj
Submitted by
anonymous
-
4 years ago
0
regex CEP
PCRE2 (PHP >=7.3)
/[0-9]{2}(\.|\s)?[0-9]{3}(\.|\s)?[0-9]{2}\n/gm
Submitted by
anonymous
-
4 years ago
0
Fakku Unlimited Regex
PCRE (PHP <7.3)
Im doing this because if love the release not you.
Submitted by
wdangoo
-
4 years ago
1
E.164 ITU Telephony Standard including Extensions
PCRE2 (PHP >=7.3)
Basic RegEx to catch ITU E.164 Formatted Telephone Numbers. Must include leading '+', first digit cannot be a zero, no other non-numeric characters -- with (optional) exception of Extensions denoted by ";ext=" and between 3 and 6 digits in the extension (adjust max to suit organization)
Submitted by
ADWolf
-
4 years ago
0
words without special characters and allow words to be separated by a dash sign
ECMAScript (JavaScript)
This regular expression checks for below rules: Must not have special characters except a dash sign Must not start with a dash sign or white space Must not end with a dash sign or white space Must not have a dash sign or white space in sequence
Submitted by
Vijay sasvadiya
-
4 years ago
1
...
231
232
233
234
235
...
900
Community Library Entry
0
Regular Expression
Golang
`
(
^\d
{1,2}
)
(
th
|
rd
|
nd
)
(
\s
)
(
\w
+
)
(
\s
)
(
\d
{4}
)
`
gm
Open regex in editor
Description
Best I could do for parsing dates spelled out as day, month name, year
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)