VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

HTTPSafeString

Greg Tyndall  (1 Submission)   String Manipulation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

Makes a string http querystring friendly by replacing all non-alpha and non-numeric characters with the appropriate hex code. Helpful when using the wininet API.
example: "(Find This)" becomes "%28Find%20This%29"

Inputs
Text as String

Returns
String

Rate HTTPSafeString (4(4 Vote))
HTTPSafeString.bas

HTTPSafeString Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters