summaryrefslogtreecommitdiffstats
path: root/source/core/slang-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-string.h')
-rw-r--r--source/core/slang-string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/slang-string.h b/source/core/slang-string.h
index e8ee76397..59d441b76 100644
--- a/source/core/slang-string.h
+++ b/source/core/slang-string.h
@@ -157,6 +157,9 @@ namespace Slang
bool startsWith(UnownedStringSlice const& other) const;
bool startsWith(char const* str) const;
+ bool endsWithCaseInsensitive(UnownedStringSlice const& other) const;
+ bool endsWithCaseInsensitive(char const* str) const;
+
bool endsWith(UnownedStringSlice const& other) const;
bool endsWith(char const* str) const;