issues
search
kevva
/
url-regex
Regular expression for matching URLs
MIT License
353
stars
65
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add option to only return urls surrounded by word boundaries
#82
vixalien
opened
1 year ago
0
Bit.ly link not parsing from html code properly
#81
macmichael01
opened
1 year ago
0
Nice i i i ....
#80
EyeamIng
opened
1 year ago
0
urls with `@` followed by `.` and number are parsed incorrectly
#79
DetachHead
opened
2 years ago
1
URL match for invalid email address
#78
Dodie324
opened
3 years ago
0
Regular Expression Denial of Service
#77
TomasPastrana
closed
2 years ago
2
might be useful, scrapped from Chromium (Kiwi) browser internal code
#76
ghost
closed
3 years ago
0
can not run test.js file
#75
MinhNguyenWre
closed
4 years ago
1
Security Fix for Regular Expression Denial of Service (ReDoS) - huntr.dev
#74
huntr-helper
closed
2 years ago
4
Update `tlds`
#73
Richienb
opened
4 years ago
1
[VULNERABILITY] Parsing a long String will result in 100% CPU usage and `String.test` will never finish
#72
ChengpeiShi
closed
3 years ago
2
Path parsed is inaccurate
#71
niftylettuce
closed
4 years ago
1
[VULNERABILITY] Parsing a long String will result in 100% CPU usage and `String.test` will never finish
#70
niftylettuce
closed
4 years ago
12
Don't use arrow functions and const to work on IE11
#69
guillaumewuip
opened
4 years ago
2
news: url is not recognised
#68
revelt
opened
4 years ago
1
Increasing tlds list accuratness by `(?![a-z])`
#67
ghost
closed
1 year ago
5
Pass in own list of TLDs
#66
osdiab
opened
5 years ago
1
Support not requiring tlds, passing in list on your own
#65
osdiab
opened
5 years ago
2
Spread operator issue on some browsers, closes #62
#64
teleaziz
closed
3 years ago
1
Add option to disable matching urls with http basic authentication
#63
sseppola
opened
5 years ago
1
Spread operator issue on some browsers
#62
mike-weshop
opened
5 years ago
1
Require Node.js 8, add TypeScript definition
#61
BendingBender
closed
5 years ago
0
Missing IPv6 support
#60
vith
opened
6 years ago
2
Update protocole
#59
jeromelachaud
closed
6 years ago
0
Update protocole
#58
jeromelachaud
closed
6 years ago
1
matching non existent tld
#57
CheweyZ
opened
6 years ago
3
Allow underscores in host
#56
joostverdoorn
closed
5 years ago
0
Don't allow ' in path
#55
alexpusch
opened
6 years ago
5
urls that are enclosed with ' instead of " are not matched correctly
#54
regevbr
opened
6 years ago
2
Add `local` option.
#53
samotlark
opened
6 years ago
2
Shortened URL's are not matched
#52
rajeevdesai
closed
4 years ago
2
Email addresses are returned
#51
richrout
opened
6 years ago
3
test function return true when use not url text ("dhttp://~~~")
#50
morugu
closed
2 years ago
1
Greenkeeper/eslint plugin unicorn 4.0.2
#49
averissimo
closed
6 years ago
1
Seems protocols are not properly matching
#48
shanmuganathan-balaraman
opened
6 years ago
1
Add `local` option.
#47
samotlark
closed
6 years ago
3
Unexpected token: operator (>)
#46
mgresak
closed
6 years ago
3
change const to var
#45
juliankrispel
closed
7 years ago
1
package not transpiled
#44
tknuts
closed
7 years ago
1
strings with escape characters are parsed differently in node vs browser
#43
sachetsharma
closed
7 years ago
2
Parenthesis are included as part of url
#42
davidmatas
closed
7 years ago
1
match(urlRegex({strict:false})) returns urls with TLDs truncated to 2 characters
#41
andyford
closed
7 years ago
3
Extract heavy non-strict version
#40
fregante
closed
7 years ago
4
Prepack/precompile/regenerate to save bytes
#39
fregante
closed
6 years ago
10
Add `strict` option
#38
kevva
closed
7 years ago
0
Replace ES6 features with ES5 for browser and tool compatibility
#37
antonycourtney
closed
7 years ago
1
Avoid matching period at the end of url
#36
hnordt
closed
7 years ago
2
Update path regex to not accept closing parens
#35
skyebook
opened
7 years ago
18
Avoid matching ) after a slash at end of url
#34
averissimo
closed
7 years ago
5
4.0.0 also broke Safari
#33
darobin
closed
7 years ago
1
Next