String/string_compression library

Functions

compressString(String input) String
Compresses the input string by replacing consecutive repeated characters with the character followed by the count of repetitions.