Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 3.69 KB

url.md

File metadata and controls

76 lines (63 loc) · 3.69 KB

Bookmarks tagged [url]

https://www.talisman.org/~erlkonig/misc/lunatech%5Ewhat-every-webdev-must-know-about-url-encoding/

This article describes common misconceptions about Uniform Resource Locator (URL) encoding, then attempts to clarify URL encoding for HTTP, before presenting frequent problems and their solutions. Whi...


https://stackoverflow.com/questions/10183291/how-to-get-the-full-url-in-express

See explanation in the answer:


https://github.com/sindresorhus/normalize-url

Normalize a URL.


https://github.com/sindresorhus/humanize-url

Humanize a URL: http://sindresorhus.com → sindresorhus.com.


https://github.com/nodeca/url-unshort

Expand shortened URLs.


https://github.com/pid/speakingurl

Generate a slug from a string with transliteration.


https://github.com/markdown-it/linkify-it

Link patterns detector with full unicode support.


https://github.com/snd/url-pattern

Easier than regex string matching patterns for URLs and other strings.


https://github.com/nodeca/embedza

Create HTML snippets/embeds from URLs using info from oEmbed, Open Graph, meta tags.


https://blog.codinghorror.com/the-problem-with-urls/

URLs are simple things. Or so you'd think. Let's say you wanted to detect an URL in a block of text and convert it into a bona fide hyperlink. No problem, right?

  • 📆 published on: 2008-10-29
  • tags: url, regex