--- a/docs/Writerside/topics/strings.md Fri Feb 14 15:39:59 2025 +0100 +++ b/docs/Writerside/topics/strings.md Fri Feb 14 16:00:05 2025 +0100 @@ -1,1 +1,7 @@ # Strings and Buffers + +For an improved experience when working with strings, +UCX provides an API to work with structures that store a [string](string.h.md) together with its length, +as well as a more sophisticated [buffer](buffer.h.md) API for working with text of dynamic or unknown length. + +