Strings
Categories:
str AnyThing
returns "whatever anything is"
example:
str _thing;
String strCmp String
returns stanard c strcmp()
note, case sensitive unfortunately
tolower
toupper
tolower string;
std c functions
returns "whatever anything is"
example:
str _thing;
returns stanard c strcmp()
note, case sensitive unfortunately
tolower string;
std c functions