EDN Admin
Well-known member
Is there any way to use
Dim Str as String = "UPPERlower"
Str.Contains("UpperLower") and have it return true?
View the full article
Dim Str as String = "UPPERlower"
Str.Contains("UpperLower") and have it return true?
View the full article