Arduino/CheatSheet
< Arduino
Chars and Strings
== Variable
Char Array Strings
- strchr() - locate char
- strstr() - locate substring
- strtok() - split string into substrings, based on a separator character
- strlen() - length of a string
- strcmp() - compare two strings
- strcpy() - copy string
- strcar() - concatenate strings
- atoi() - convert string to an int