String matching with wildcards

  • Thread starter Thread starter Johnny Jörgensen
  • Start date Start date
J

Johnny Jörgensen

It's no problem comparing two strings where one contains the "*" wildcard
and find out if eg. "My*" or "*ring" matches "MyString". But how do you go
about comparing two strings where one contains the "?" wildcard to find out
that "My?ring" or "MyStrin?" actually matches "MyString"?

What is the easiest way of doing that?

Cheers,
Johnny J
 

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