1 comment

0

It's a nice little utility script for sure but I think the built-in JS features could pull off most of this library's methods with one line of plain old JS code. Split(), Join() and various array operations will accomplish these same things without the need to bring in another script dependency. If this lib was incorporated into a larger and broader lib that provided other string, number, array and date functions then it might be great for general purpose use and something you could add as boilerplate to your web projects. On its own though it does not offer enough functionality to warrant loading yet another script.