c++ – Replacing multiple matches of the same regex in a string
I’m new to all things std::regex. I attempted to write code which will replace a certain pattern as defined in the DEFAULTS_SS_MARKER_REGEX below. I can do it once. The problem arises when I try to figure out how to replace multiple instances of that pattern. the source strings might contain just one instance of the … Read more