How to do Pattern matching in VB.NET?

  • Thread starter Thread starter gregory_may
  • Start date Start date
G

gregory_may

Anyone know how to do something like:

MyString.LastIndexOf("Some*Crazy*Pa??ern")

Thanks!
 
Thanks!
Tom Shelton said:
System.Text.RegularExpressions...

--
Tom Shelton [MVP]
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 2 Build 2600
System Up Time: 31 Days, 1 Hours, 43 Minutes, 47 Seconds
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top