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

summaryrefslogtreecommitdiff
path: root/source/core/StarString.hpp
diff options
context:
space:
mode:
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;