I found a problem with declaring a char array in setup() in the latest release of IDE v1.6.0. If I declare char tmpStr[18]=""; in setup(), tmpStr doesn't work when ...
Sometimes, one might want to iterate through a large string, but string_char_at is slow, and the use scenario doesn't quite fit string_foreach. For these situations, I suggest a string_to_char_array, ...