Hi All,
I would like to write a unix C/C++ program that can search strings with wildcards,
ie, if I had the string "Nothing spoken like the truth" and I had a search string "spoken * the *", then the string search should match.
does this make sense? Is there a library I could use (maybe perl like) to do this?
thanks
I would like to write a unix C/C++ program that can search strings with wildcards,
ie, if I had the string "Nothing spoken like the truth" and I had a search string "spoken * the *", then the string search should match.
does this make sense? Is there a library I could use (maybe perl like) to do this?
thanks