diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-29 13:32:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-29 13:32:17 -0400 |
| commit | 43105107b9d1e985e9c182b904f2ac79b17fb460 (patch) | |
| tree | c2dbb1c0312d410a387d8da26a2475d862b5ddcf /src/stdlib/text.h | |
| parent | d8116c27f406ac4915aaa7cdae97fb73c9847c8a (diff) | |
Improvements to text and inline C code formatting/parsing
Diffstat (limited to 'src/stdlib/text.h')
| -rw-r--r-- | src/stdlib/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/text.h b/src/stdlib/text.h index 5fa95675..d118cffd 100644 --- a/src/stdlib/text.h +++ b/src/stdlib/text.h @@ -54,6 +54,7 @@ Text_t Text$upper(Text_t text, Text_t language); Text_t Text$lower(Text_t text, Text_t language); Text_t Text$title(Text_t text, Text_t language); Text_t Text$as_text(const void *text, bool colorize, const TypeInfo_t *info); +Text_t Text$escaped(Text_t text, bool colorize, Text_t extra_escapes); Text_t Text$quoted(Text_t str, bool colorize, Text_t quotation_mark); PUREFUNC bool Text$starts_with(Text_t text, Text_t prefix, Text_t *remainder); PUREFUNC bool Text$ends_with(Text_t text, Text_t suffix, Text_t *remainder); |
