Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 3,560 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
eeriryah
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-06 17:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Matching Start and End
ECMAScript (JavaScript)
Task You have a test string S. Your task is to match the pattern Xxxxx. Here, x denotes a word character, and X denotes a digit. S must start with an X digit and end with '.' symbol. S should be 6 characters long only.
Submitted by
anonymous
-
5 years ago
2019-03-06 16:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ta Creation Date
ECMAScript (JavaScript)
Trafikstyring S-bane den 5. marts 2019 Extracts the date from a sting like the one above
Submitted by
anonymous
-
5 years ago
2019-03-06 06:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
gitlab-push-rules-prohibited-file-names-regex
Golang
GitLab Push Rules Citation Push rules are essentially pre-receive Git hooks that are easy to enable in a user-friendly interface. They are defined globally if you are an admin or per project so you can have different rules applied to different projects depending on your needs. 1 ...
Submitted by
gregswindle
-
5 years ago
2019-03-04 17:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Request any file names endings with `_lang.js`
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-04 16:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MarkDown italic style parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-25 23:23
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Azure Virtual Machine password validation
ECMAScript (JavaScript)
Whether you're using Azure CLI or, more specifically, Azure SDK to create a Virtual Machine, you may want to validate the given credentials before sending a request to create the VM. Otherwise, it could cost to send a full request with invalid data. To do so, you can use this RegEx to validate your...
Submitted by
qho
-
5 years ago
2019-02-22 18:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
webpack igonore ionicon svg file
ECMAScript (JavaScript)
webpack igonore ionicon svg file
Submitted by
anonymous
-
5 years ago
2019-02-21 04:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Client ID matcher w/ nickname allowance
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-19 17:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
i.imgur.com Link matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-19 17:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pull text-align value from HTML markup
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-19 17:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Participant Slug
ECMAScript (JavaScript)
'a-z' - lowercase 'A-Z' - uppercase '-' - hyphens 0-9 - numeric {5, 32} between 5 and 32 characters
Submitted by
anonymous
-
5 years ago
2019-02-18 19:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Remove forward/reply prefixes (F:, Fw:, Fwd:, Re:, R:) from an email subject
ECMAScript (JavaScript)
C# Code Sample: var subject = "RE: RE:Fw: RE:FW: FWD: re: This is a message from a long thread re: asdf "; var pattern = @"((?:[\t ](?:R|RE|F|FW|FWD):[\t ]))(.)"; var regex = new Regex(pattern, RegexOptions.ECMAScript | RegexOptions.IgnoreCase); var match = regex.Match(subject); var extr...
Submitted by
safeer
-
5 years ago
2019-02-17 06:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Formula Parse Operand
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-15 13:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Formula All Operands
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-15 13:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nvsm
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-12 17:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
yt exp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-09 14:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ISO Timestamp-ish
ECMAScript (JavaScript)
Matches ISO-like timestamp, with or without date and time separators
Submitted by
anonymous
-
5 years ago
2019-02-07 22:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UGUF - Saison
ECMAScript (JavaScript)
Extract season from different title formats
Submitted by
anonymous
-
5 years ago
2019-02-02 15:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AWS API access key
ECMAScript (JavaScript)
Catching AWS API access keys
Submitted by
anonymous
-
5 years ago
2019-02-02 10:22
1
...
78
79
80
81
82
83
84
...
178
Replace CSV delimiter
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(
(?<=
[
\w
\"\,\;
\t
\.
]
)
[
\,\;
]
(?=
(
[
\w
\"\,\;
\t
]
|
[^
]
)
)
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2019-01-14 02:06