From 9754e3add396044fe97a8e3e1734ace15f1e54ae Mon Sep 17 00:00:00 2001 From: Git All Date: Wed, 10 Dec 2014 08:57:52 +0530 Subject: [PATCH] A PHP String Library ANSI - An Alpha Numeric Sequential Incrementor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 194e977..bb410c7 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,7 @@ Libraries to help manage database schemas and migrations. ## Strings *Libraries for parsing and manipulating strings.* +* [ANSI](https://github.com/gitlibrary/ansi) - An Alpha Numeric Sequential Incrementor. * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library. * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings. * [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library.