sedona
sedona copied to clipboard
String Utility kit
In almost every decent kit, there will be some methods for string processing: endsWith, startsWith, appendStr and more. It's better to make a string utility kit to collect all these common used functions, instead of invent the wheels again and again.