diff --git a/index.html b/index.html index 3f9d59c88..4db208a51 100644 --- a/index.html +++ b/index.html @@ -1128,6 +1128,13 @@ _([1, 2, 3]).value(); The source is available on GitHub.
+ ++ Underscore.strings, + an Underscore extension that adds functions for string-manipulation: + trim, startsWith, contains, capitalize, + reverse, sprintf, and more. +
Ruby's Enumerable module.