jasonivey/mmotd

Refactor usage of std::regex

Opened this issue · 0 comments

Review usages of std::regex and determine if the use case is warranted for the heavy duty tool of a regular expression. If a regular expression is really called for then look for ways of either compiling it once for the binary or other ways of optimizing the usage.