how to check if the user input has a match in my given string
Dim a as string
a = "abc"
if the user input in the textbox "erty" the message box will be shown string not found. if the user input 123abc the message box will be string found. how to do that?