浏览代码

Split out string and numbers into their own categories.

pull/276/head
Jamie 11 年前
父节点
当前提交
8cf7e6fa0e
共有 1 个文件被更改,包括 13 次插入8 次删除
  1. 13
    8
      README.md

+ 13
- 8
README.md 查看文件

45
 	- [Command Line](#command-line)
45
 	- [Command Line](#command-line)
46
 	- [Authentication](#authentication)
46
 	- [Authentication](#authentication)
47
 	- [Markup](#markup)
47
 	- [Markup](#markup)
48
-	- [Text and Numbers](#text-and-numbers)
48
+	- [Strings](#strings)
49
+	- [Numbers](#numbers)
49
 	- [Filtering and Validation](#filtering-and-validation)
50
 	- [Filtering and Validation](#filtering-and-validation)
50
 	- [REST and API](#rest-and-api)
51
 	- [REST and API](#rest-and-api)
51
 	- [Caching](#caching)
52
 	- [Caching](#caching)
473
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
474
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
474
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
475
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
475
 
476
 
476
-## Text and Numbers
477
-*Libraries for parsing and manipulating text and numbers.*
477
+## Strings
478
+*Libraries for parsing and manipulating strings.*
478
 
479
 
479
 * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
480
 * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
480
 * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
481
 * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
481
 * [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library.
482
 * [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library.
482
 * [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.
483
 * [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.
483
-* [Numbers PHP](https://github.com/powder96/numbers.php) - A library for working with numbers.
484
-* [Math](https://github.com/moontoast/math) - A library for working with large numbers.
485
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
484
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
486
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
485
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
487
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
486
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
488
 * [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
487
 * [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
489
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
488
 * [Text](https://github.com/kzykhys/Text) - A text manipulation library.
490
-* [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
491
-* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
492
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
489
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
493
-* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
494
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
490
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
491
+
492
+## Numbers
493
+*Libraries for working with numbers.*
494
+
495
+* [Numbers PHP](https://github.com/powder96/numbers.php) - A library for working with numbers.
496
+* [Math](https://github.com/moontoast/math) - A library for working with large numbers.
497
+* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
498
+* [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
499
+* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
495
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
500
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
496
 
501
 
497
 ## Filtering and Validation
502
 ## Filtering and Validation

正在加载...
取消
保存