I've found myself needing to do the same sort of dumb string manipulation over and over and over again when solving various recreational puzzles and CTFs. This is just a quick implementation of several of those. It may grow when I need a fancier tool for Mystery Hunt, but this iteration covers the basics.
Requires Python 3