Original String: The quick brown fox jumps over the lazy dog.
LCase (VBScript) String: the quick brown fox jumps over the lazy dog.
UCase (VBScript) String: THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
PCase (ASP 101) String: The Quick Brown Fox Jumps Over The Lazy Dog.
StrConv(vbProperCase) (VB) String: The Quick Brown Fox Jumps Over The Lazy Dog.
Try it out on your input:


Click here to read about and download the source code.