Documentation

StrCharAt

StrCharAt Description Access character at given index

Read More

StrCharPtrAt

StrCharPtrAt Description Get pointer to character at given index

Read More

StrClear

StrClear Description Set string length to 0.

Read More

StrCmp

StrCmp Description Compare two Str objects

Read More

StrCmpCstr

StrCmpCstr Description Compare string with another const char* of specified length

Read More

StrCmpZstr

StrCmpZstr Description Compare string with a null-terminated const char* string

Read More

StrDeinit

StrDeinit Description Deinit str by freeing all allocations. str : Pointer to string to be deinited

Read More

StrDelete

StrDelete Description Delete char at given index

Read More

StrDeleteLastChar

StrDeleteLastChar Description Delete last char from vec

Read More

StrDeleteRange

StrDeleteRange Description Delete chars in given range [start, start + count)

Read More