Registry / networking / fuzzyurl

fuzzyurl

JSON →
library0.9.0rbrubygemsunverified

A library for non-strict parsing, construction, and wildcard-matching of URLs.

gem install fuzzyurl
INSTALL
IMPORT
SIG · FUZZYURL
F
fuzzyurl
networkingrubyv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Fuzzyurl
require 'fuzzyurl'

Parses and matches URLs with wildcards.

require 'fuzzyurl' url = Fuzzyurl.from_string('https://example.com/path?q=search') puts url.hostname # => "example.com" puts Fuzzyurl.matches?('https://*.com/*', url) # => true
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
fuzzyurl — gem install fuzzyurl · libregistry