Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
extract username from windows domain\user
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
argsert
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Replace sinon stub configuration with ts-mockito equivalent
Replaces sinon.js stubs configuration with similar behaviour achievied using the ts-mockito library
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
traceroute
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
import匹配
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
TLO con multiples UPLOAD
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Find Apostrophe via Regex and JavaScript
This is function matching apostrophe via regex and JavaScript. Also find broken apostrophe and match whole word.
Submitted by
Ivijan-Stefan Stipic <creativform@gmail.com>
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Tablename = schema.table
Tablename composed by schema.table
Submitted by
Glauber Costa Vila Verde
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Community Pageviews
no description available
Submitted by
Alfredo Hinojosa
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Unuseful names
no description available
Submitted by
Moayad
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Find particular punctuation
This regex find punctuation like "!", "!!!", "?", "???", "!?", "!!!???" and unlimited time repeated "!" and "?"
Submitted by
Ivijan-Stefan Stipic
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
golang
Domain validation regex suitable for user input
This regexp can be used to validate domain names in Golang. While it cannot enforce the 253 character limit (with optional trailing period not included) that can be easily done by a simple len(domain) <= 253 check as well. This can be used as-is in other languages, even with RE2 regex engine. If po...
Submitted by
Alexander Dupuy
-
3 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Regrex email wiki
Length of email address is an industry standard, lady "The format of email addresses is local-part@domain where the local part may be up to 64 characters long and the domain may have a maximum of 255 characters[2]—but the maximum of 256-character length of a forward or reverse path restricts the ent...
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Extract URL, FTP, Mailto
extract url such as http, https:, ftp and mailto from a string
Submitted by
Kumar Sundaram
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Months Regex
For Month Verification Works for January / Jan / Jan.
Submitted by
F0123X
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Date checker for X values
Work in progress
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Phone numbers and/or extensions(relaxed)
Useful for phone number extraction
Submitted by
hslayer
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Basic DOI
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
email address
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Matches all subdomains excluding www
Matches all subdomains (specifically in group 2) excluding www
Submitted by
AurielleP
-
6 years ago
1
...
248
249
250
251
252
253
254
...
278
Simple title validation
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(?!
[
-
.&,_'":?!
]
)
(?!
.
*
[
-
&_'":
]
$
)
(?!
.
*
[
-.#@&,:?!
]
{2}
)
[
a
-
zA
-
Z0
-
9-
.#@&,_'":.?!
]
+
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Sowed castelli
- 2 years ago