mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-12 16:24:00 +02:00
Added links to readme, included SliceableStringy
This commit is contained in:
@@ -67,6 +67,7 @@ Compatible with PHP 5.3+. Inspired by underscore.string.js.
|
|||||||
* [underscored](#underscored)
|
* [underscored](#underscored)
|
||||||
* [upperCamelize](#uppercamelize)
|
* [upperCamelize](#uppercamelize)
|
||||||
* [upperCaseFirst](#uppercasefirst)
|
* [upperCaseFirst](#uppercasefirst)
|
||||||
|
* [Links](#links)
|
||||||
* [Tests](#tests)
|
* [Tests](#tests)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
|
||||||
@@ -965,6 +966,13 @@ S::create('σ test', 'UTF-8')->upperCaseFirst();
|
|||||||
S::upperCaseFirst('σ test', 'UTF-8'); // 'Σ test'
|
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
|
## Tests
|
||||||
|
|
||||||
From the project directory, tests can be ran using `phpunit`
|
From the project directory, tests can be ran using `phpunit`
|
||||||
|
Reference in New Issue
Block a user