Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarString.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-03-15 21:28:11 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-03-15 21:28:11 +1100
commit6fa0afd758a6351873df813cd7e70b1904714ed6 (patch)
treefbf45f18af0962a1d9ed3a2f44d8bb208c032645 /source/core/StarString.hpp
parent696abcca71274fbda2470f1941cb2e06b6ff8c61 (diff)
experimental asset load scripts
Diffstat (limited to 'source/core/StarString.hpp')
-rw-r--r--source/core/StarString.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarString.hpp b/source/core/StarString.hpp
index 154a4bc..9c18515 100644
--- a/source/core/StarString.hpp
+++ b/source/core/StarString.hpp
@@ -148,7 +148,7 @@ public:
// whitespace.
bool hasCharOrWhitespace(Char c) const;
- String replace(String const& rplc, String const& val) const;
+ String replace(String const& rplc, String const& val, CaseSensitivity cs = CaseSensitive) const;
String trimEnd(String const& chars = "") const;
String trimBeg(String const& chars = "") const;