diff-arrays-objects-strings
Compare two arrays of objects, strings. finding added, removed, updated and identical objects. Details the differences between updated objects.
Compare two arrays of objects, strings. finding added, removed, updated and identical objects. Details the differences between updated objects.
convert strings like 'five days ago' (in english, german, french or portuguese) to an integer (with time in seconds)
Pad Strings To Equalise The Length Of Each Line.
Levenshtein distance implementation, with benchmarks, without dependencies
Convert strings representing paths or objects with a path and optional value to a JSON object.
Function to stringify and remove non-numeric characters of items.
Lightweight SQL query builder
trim function part of http://amp.ampersandjs.com.
Get string similarity in JavaScript or TypeScript
Reduce arabic strings to their rasm. Formerly known as rasmify.
Pretty small synchronous template engine built on ES2015 Template Strings, working on `node@0.10` too. No RegExps, support for helpers and what you want. Use [gana][] if you wanna both async and sync support.
Replaces {variables} in strings. Great for generating configuration files!
Make short numbers from long numbers
supports tagged strings describing processable HTTP requests
A loctool plugin that knows how to process Salesforce *-meta.xml files
Convert LaTeX strings to unicode.
Automatic i18n markdown translation and i18n phrase translation using Google Translate
Extension functions for JavaScript data types.
JavaScript utility methods for strings
Function to compare two version strings (e.g. "1.6.1" is smaller than "1.7"). Developed in order to answer http://stackoverflow.com/a/6832721/50079.