R
Rene
In the old Visual Basic I could do something like this
myCheck = "aBBBa" Like "a*a"
The return value would be true. Is there a way for comparing strings in C#
were I can use wild characters like * etc?
myCheck = "aBBBa" Like "a*a"
The return value would be true. Is there a way for comparing strings in C#
were I can use wild characters like * etc?