From 8ff1302931b0e131c0b2b6d26811b45f3d721598 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Fri, 7 Aug 2020 17:09:22 +0100 Subject: [PATCH] Whatever changes were made --- utf8.h | 59 +++++++++++++--------------------------------------------- 1 file changed, 13 insertions(+), 46 deletions(-) diff --git a/utf8.h b/utf8.h index 659a195..e04caa3 100644 --- a/utf8.h +++ b/utf8.h @@ -175,48 +175,6 @@ struct string32 { return tmpStr; } - bool replaceAroundSelf(string32 findWrapper, string32 withWrapper) { - int havematched = 0; - int tofind (findWrapper.cs.size()); - int i = 0; - for (;i split(string32 delim) { std::vector toReturn; string32 temporary, throwaway;