Use this tag for any questions which relate directly to using text strings in Arduino programming, whether for input, output, storage, or transmission.
This tag can cover any representation of a string which Arduino will support, including char arrays (null-terminated or otherwise), the Arduino String class, and the C++ std::string class.