A Map of Regex and stringNo, it's the same problem... Vector pairs solved the problem!
A Map of Regex and stringThat's is SOO annoying of C++... Fortunately, I just found a better alternative... Instead of usin...
A Map of Regex and stringHmmm... Seems a bit overwhelming... But regex_match is the one I want... Even then, the errors are...
A Map of Regex and stringOk, so what I did just now is:- [code] map<regex, char*> table; table[regex("def")] = "word_def"; ...
A Map of Regex and stringThat.was.EPIC! Thanks a lot! One more thing, how do i iterate through it and match the regex with a...