diff --git a/src/string.hh b/src/string.hh index c7a7e1c2d..57a2666a0 100644 --- a/src/string.hh +++ b/src/string.hh @@ -59,7 +59,6 @@ public: auto e = utf8::advance(b, end(), (int)length); return String(b,e); } - String replace(const Regex& expression, const String& replacement) const; }; inline String operator+(const char* lhs, const String& rhs)