mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-09 23:06:41 +02:00
Link to 2.x documentation
This commit is contained in:
@@ -1,13 +1,16 @@
|
|||||||

|

|
||||||
|
|
||||||
A PHP string manipulation library with multibyte support. Compatible with PHP
|
A PHP string manipulation library with multibyte support. Compatible with PHP
|
||||||
5.4+, PHP 7, and HHVM. Refer to the [1.x branch](https://github.com/danielstjules/Stringy/tree/1.x)
|
5.4+, PHP 7, and HHVM.
|
||||||
for older documentation.
|
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
s('string')->toTitleCase()->ensureRight('y') == 'Stringy'
|
s('string')->toTitleCase()->ensureRight('y') == 'Stringy'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Refer to the [1.x branch](https://github.com/danielstjules/Stringy/tree/1.x) or
|
||||||
|
[2.x branch](https://github.com/danielstjules/Stringy/tree/2.x) for older
|
||||||
|
documentation.
|
||||||
|
|
||||||
[](https://travis-ci.org/danielstjules/Stringy)
|
[](https://travis-ci.org/danielstjules/Stringy)
|
||||||
[](https://packagist.org/packages/danielstjules/stringy)
|
[](https://packagist.org/packages/danielstjules/stringy)
|
||||||
[](https://packagist.org/packages/danielstjules/stringy)
|
[](https://packagist.org/packages/danielstjules/stringy)
|
||||||
|
Reference in New Issue
Block a user