Documentation

StrPushBackCstr

StrPushBackCstr Description Push an array of chars with given length to the back of this string.

Read More

StrPushBackZstr

StrPushBackZstr Description Push a null-terminated string to the back of string.

Read More

StrPushCstr

StrPushCstr Description Push a array of characters with given length into this string at the given position.

Read More

StrPushFront

StrPushFront Description Push char into string front.

Read More

StrPushFrontCstr

StrPushFrontCstr Description Push a array of characters with given length to the front of this string

Read More

StrPushFrontZstr

StrPushFrontZstr Description Push a null-terminated string to the front of this string.

Read More

StrPushZstr

StrPushZstr Description Push a null-terminated string to this string at given position.

Read More

StrReadFmt

StrReadFmt Description Parse input string according to format string with rust-style placeholders, extracting values into provided arguments. This is a macro wrapper around StrReadFmtInternal.

Read More

StrRemove

StrRemove Description Remove char from string at given index and store in given pointer.

Read More

StrRemoveRange

StrRemoveRange Description Remove data from string in given range [start, start + count)

Read More