C
Chris Mantoulidis
I was wondering if there was something like a "match" class in the
std. By match class I mean something like a search tool. That is I
will tell it in what text to search and WHAT to search for. The format
of what I want it to find would be something like:
"abc?efg*mnopq?st*z"
I hope you understand what I mean.
So it a class (or anyway SOMETHING) in the std header files that is
something like that or do I have to implement it myself?
std. By match class I mean something like a search tool. That is I
will tell it in what text to search and WHAT to search for. The format
of what I want it to find would be something like:
"abc?efg*mnopq?st*z"
I hope you understand what I mean.
So it a class (or anyway SOMETHING) in the std header files that is
something like that or do I have to implement it myself?