1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-12 08:14:06 +02:00

Added links to readme, included SliceableStringy

This commit is contained in:
Daniel St. Jules
2014-02-17 10:41:38 -05:00
parent 1965da2e39
commit 210c928b79

View File

@@ -67,6 +67,7 @@ Compatible with PHP 5.3+. Inspired by underscore.string.js.
* [underscored](#underscored)
* [upperCamelize](#uppercamelize)
* [upperCaseFirst](#uppercasefirst)
* [Links](#links)
* [Tests](#tests)
* [License](#license)
@@ -965,6 +966,13 @@ S::create('σ test', 'UTF-8')->upperCaseFirst();
S::upperCaseFirst('σ test', 'UTF-8'); // 'Σ test'
```
## Links
The following is a list of libraries that extend Stringy:
* [SliceableStringy](https://github.com/danielstjules/SliceableStringy):
Python-like string slices in PHP
## Tests
From the project directory, tests can be ran using `phpunit`