mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Fix Regex::replace_all to actually do something
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@
|
||||
inline bool matches(Results& results, const String::const_iterator& begin, const String::const_iterator& end) const {
|
||||
return regex_search(begin, end, results, regex);
|
||||
}
|
||||
void replace_all(String* input, const String& format);
|
||||
String replace_all(const String& input, const String& format) const;
|
||||
|
||||
inline bool empty() const {
|
||||
return regex.empty();
|
||||
|
||||
Reference in New Issue
Block a user