String Functions VisualBasic Script

Sub strConv3()
    Debug.Print STRConv("lowerCase", vbProperCase)
End Sub