From 868c5c8d85b47f90502f4e470ea62740ec20b1f3 Mon Sep 17 00:00:00 2001
From: Jeremy Ashkenas
Date: Mon, 5 Jul 2010 15:35:11 -0400
Subject: [PATCH] adding melmacian's Underscore.strings to the Links section of
the docs
---
index.html | 7 +++++++
1 file changed, 7 insertions(+)
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.