1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-10 23:34:00 +02:00

Add note on 1.x documentation

This commit is contained in:
Daniel St. Jules
2015-07-28 22:24:47 -07:00
parent fa22b94abf
commit cde0740118

View File

@@ -1,7 +1,8 @@
![Stringy](http://danielstjules.com/github/stringy-logo.png)
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
s('string')->toTitleCase()->ensureRight('y') == 'Stringy'