Public Function ProperCaseToSpaced(ByVal s As String)
Transform a proper cased identifier to spaced words. Will work with camel case, but results in a lowercase first character.
Transform strings
Transform a proper cased identifier to spaced words. Will work with camel case, but results in a lowercase first character.
Remove all non alphabetic characters from the string
Remove all non alphanumeric characters from the string