diff options
Diffstat (limited to 'src/common/Utilities/StringFormat.h')
-rw-r--r-- | src/common/Utilities/StringFormat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h index e0e4d1aac9..b91509181f 100644 --- a/src/common/Utilities/StringFormat.h +++ b/src/common/Utilities/StringFormat.h @@ -72,6 +72,8 @@ namespace Acore::String AC_COMMON_API Str Trim(const Str& s, const std::locale& loc = std::locale()); AC_COMMON_API std::string TrimRightInPlace(std::string& str); + + AC_COMMON_API std::string AddSuffixIfNotExists(std::string str, const char suffix); } #endif |