string-replace-to-array

Works like String.prototype.replace but outputs an array. Useful for replacing parts of the string with objects of other types.

sort-objects-array

Simple module to sort an array of objects by a property without mutating the original array.