diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-09 04:42:36 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-09 04:42:36 -0400 |
| commit | bc032de1dfc8ad03ed7d6ab0471140f393c74532 (patch) | |
| tree | 90a7ad62399b79dbb43007aad0bd881a3daf5da8 /builtins/text.h | |
| parent | d3509e964a854ece528f46d682fdc997c5668e15 (diff) | |
Add Text$compare_values()
Diffstat (limited to 'builtins/text.h')
| -rw-r--r-- | builtins/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/text.h b/builtins/text.h index a9fbf1a1..7f4861a3 100644 --- a/builtins/text.h +++ b/builtins/text.h @@ -27,6 +27,7 @@ Text_t Text$from_strn(const char *str, size_t len); PUREFUNC uint64_t Text$hash(Text_t *text); PUREFUNC int32_t Text$compare(const Text_t *a, const Text_t *b); PUREFUNC bool Text$equal(const Text_t *a, const Text_t *b); +PUREFUNC bool Text$equal_values(Text_t a, Text_t b); PUREFUNC bool Text$equal_ignoring_case(Text_t a, Text_t b); Text_t Text$upper(Text_t text); Text_t Text$lower(Text_t text); |
