VB String Examples: String Pattern Matching
String Pattern Matching This example explains how to do string pattern matching in Visual Basic. ' The Like operator pays attention to the current Option Compare setting. ' Setting it to text makes the pattern matching case-insensitive. Option Compare Tex
www.example-code.com |