in reply to Re^3: search of a string in another string with 1 wildcard
in thread search of a string in another string with 1 wildcard

Well, I have a large number of strings of 100-char length or more and would like to search for a substring with m wildcards of mismatch (m >= 1, user's free parameter) in all of the strings.

So I started the thread with 1 wildcard but then, realized that the number of wildcards should be any number >=1.

  • Comment on Re^4: search of a string in another string with 1 wildcard