http://qs321.pair.com?node_id=1092910


in reply to search of a string in another string with 1 wildcard

Sounds like you need to apply some form of pattern recognition. A crude method could (presuming that what you meant to say was that at minimum some number of your desired characters must exist in the target),

Fortunately (or unfortunately depending upon your perspective), pattern recognition in strings is quite an involved subject. You might consider shopping around for some algorithms to either implement or search CPAN for.

Celebrate Intellectual Diversity