Data Processing
Efficient string building and reading for Arduino applications.
If you’re dealing with dynamic string manipulation, especially when concatenating multiple strings, use the StringBuilder class to enhance performance and manage memory more effectively. The StringReader class simplifies reading character data from strings and is particularly useful when you want to treat a string as a character stream.
Maintainer: Kashif Baig
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.