Documentation

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

StrEnd

StrEnd Description Get pointer to one past the last character in string

Read More

StrEndsWith

StrEndsWith Description Check if string ends with another Str object.

Read More

StrEndsWithCstr

StrEndsWithCstr Description Check if string ends with a fixed-length C-style string (Cstr).

Read More

StrEndsWithZstr

StrEndsWithZstr Description Check if string ends with a null-terminated string (Zstr).

Read More