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
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
javascript
fffs
dfsfd
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Validate percentage in JavaScript (Working)
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
JavaScript Percentage Validation
no description available
Submitted by
rat
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
segment path
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
url
url
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Isolate URL in Iframe
Will select everything between the double quotes in an Iframe's src tag. Useful for retrieving/replacing the URL.
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
fdwfe
few
Submitted by
few
-
7 years ago
4
4 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
find uncommented coffeescript console.logs
no description available
Submitted by
valiafetisov
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
chess move detector
Detects SYNTACTICALLY correct chess moves (i.e. it doesn't check whether the move itself is actually valid)
Submitted by
Terence Linnell
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
SmartTag Builder RegEx Tag Parsing
no description available
Submitted by
anonymous
-
7 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Verify Amateur Radio Call Sign meets ITU Format
no description available
Submitted by
Neil Johnson
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Infobox of Wiki
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
numbahs
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
get file Extensions
var fileExtensionPatter = /\.([0-9a-z]+)(?=[?#])|(\.)(?:[\w]+)$/ var ma1 = 'css/global.css?v=1.2'.match(fileExtensionPatter)[0]; console.log(ma1); // return .css ...
Submitted by
Ahbap Aldırmaz
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
get short title of people from woflframalpha
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Lucene special characters
Capturing lucene special characters for escaping
Submitted by
Ole Martin
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Match Smalltalk method definition
no description available
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
pdf url link
no description available
Submitted by
anonymous
-
7 years ago
-1
1 upvotes, 2 downvotes (33% like it) (You must be signed in to vote)
javascript
DD/MM/YYYY
no description available
Submitted by
nehakadam
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
reg ex for http
https
Submitted by
anonymous
-
7 years ago
1
...
234
235
236
237
238
239
240
...
287
Url regex that capture the domain of the URL
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
(?:
http
|
https
)
:
\/\/
(
(?:
[
\w
-
]
+
)
(?:
\.
[
\w
-
]
+
)+
)
(?:
[
\w
.,@?^=%&:
\/
~+#-
]
*
[
\w
@?^=%&
\/
~+#-
]
)?
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 8 years ago