Move all regex matching to library/string.cpp
commit54cbe456b401c92a02322caf1238edd6d22b0f96
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sat, 7 Feb 2015 12:37:18 +0000 (7 14:37 +0200)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Sat, 7 Feb 2015 12:37:18 +0000 (7 14:37 +0200)
treebce5c0069d6721fcba511c4b487dcf5095af228d
parent94b603c9f25c1ecd89ae6b4366b8129b50ae612e
Move all regex matching to library/string.cpp

This is in preparation to having an option to use std::regex. Also should
fix a few bugs with trace log.
include/library/string.hpp
src/library/string.cpp
src/platform/wxwidgets/tracelogger.cpp