Strings: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
note, case sensitive unfortunately | note, case sensitive unfortunately | ||
==tolower== | |||
==toupper== | |||
tolower string; | |||
std c functions |
Revision as of 16:05, 14 March 2010
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