docs/Writerside/topics/strings.md

changeset 1208
6e78f45b17c3
parent 1141
a06a2d27c043
child 1209
4a72c47226f4
--- 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.
+
+

mercurial