Skip to content

Xutil: Public Functions

Read Stanton edited this page Feb 12, 2021 · 4 revisions

Public Functions

String

str_contains(str, find)

  • String contains function

  • Type: Function

  • Determines whether str contains substring find

str_char_at(str, i)

  • Type: Function

  • Returns the char (as string) at i in str

str_list(str)

  • Converts str to a list

  • Type: Function

  • Returns str as a list

Clone this wiki locally