Documentation

StrIterNext

StrIterNext Description Advance to next character in string iterator

Read More

StrIterPeek

StrIterPeek Description Peek current character without advancing

Read More

StrIterPeekAt

StrIterPeekAt Description Peek character at offset without advancing

Read More

StrIterPos

StrIterPos Description Get current read position pointer

Read More

StrIterPrev

StrIterPrev Description Move to previous character in string iterator

Read More

StrIterRead

StrIterRead Description Read character from iterator

Read More

StrIterRemainingLength

StrIterRemainingLength Description Get remaining elements left to read

Read More

StrIterRemainingSize

StrIterRemainingSize Description Get remaining bytes left to read

Read More

StrIterSize

StrIterSize Description Get total size of string data in bytes

Read More

StrLast

StrLast Description Access last character in string

Read More