README.md

December 4, 2022 ยท View on GitHub

CUri - A URL parser class

Description

This is a URL parser class that accepts a URL (such as "http://www.blah.com/") and parses out:

  • the protocol

  • the hostname

  • the username

  • the password

  • the port

  • the resource

  • the querystring

Enjoy!

More Info

Submitted On2002-06-14 22:20:04
ByJon Davis
LevelIntermediate
User Rating4.7 (28 globes from 6 users)
CompatibilityVB 5.0, VB 6.0
CategoryString Manipulation
WorldVisual Basic
Archive FileCUri_-_A_U946776152002.zip

Contents

  1. 1CUri - A URL parser class
  2. 1.1Description
  3. 1.2More Info