mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-11 07:44:12 +02:00
Add note on 1.x documentation
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||

|

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