27byte endsWith(
const string str,
const string suffix);
string copyOf(const string src)
Get a copy of the given string.
string changeLastCharacter(const string str, char newCharacter)
Get a tring with different last character.
byte endsWith(const string str, const string suffix)
Check if a string ends with the specified substring.
string getString()
Reads from terminal a string of arbitrary length.
Collection of useful types.