Skip to content

Commit

Permalink
Merge 7302a05 into f41146f
Browse files Browse the repository at this point in the history
  • Loading branch information
trowacat committed Mar 6, 2019
2 parents f41146f + 7302a05 commit 2d3035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/webLinks/webLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const protocolClause = '(https?:\\/\\/)';
const domainCharacterSet = '[\\da-z\\.-]+';
const negatedDomainCharacterSet = '[^\\da-z\\.-]+';
const domainBodyClause = '(' + domainCharacterSet + ')';
const tldClause = '([a-z\\.]{2,6})';
const tldClause = '([a-z\\.]{1,6})';
const ipClause = '((\\d{1,3}\\.){3}\\d{1,3})';
const localHostClause = '(localhost)';
const portClause = '(:\\d{1,5})';
Expand Down

0 comments on commit 2d3035f

Please sign in to comment.