Documentation

StrInsertCstr

StrInsertCstr Description Insert a string of given length into given Str at given index.

Read More

StrInsertZstr

StrInsertZstr Description Insert a zero-terminated string into given Str at given index.

Read More

strip_str

strip_str Description Internal implementation for strip functions. Used by StrStrip, StrLStrip, and StrRStrip macros.

Read More

StrIterFromCstr

StrIterFromCstr Description Create string iterator from C string with explicit length

Read More

StrIterFromStr

StrIterFromStr Description Create string iterator from Str object

Read More

StrIterFromZstr

StrIterFromZstr Description Create string iterator from null-terminated C string

Read More

StrIterLength

StrIterLength Description Get total length in elements

Read More

StrIterMove

StrIterMove Description Move string iterator position by n elements

Read More

StrIterNext

StrIterNext Description Advance to next character in string iterator

Read More

StrIterPeek

StrIterPeek Description Peek current character without advancing

Read More