We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ca560 commit 4384e2fCopy full SHA for 4384e2f
1 file changed
README.md
@@ -1,7 +1,11 @@
1
# PHP string object class
2
-### Author: Kemal Delalic { twitter.com/delalick }
+### The missing PHP string library
3
+[](http://twitter.com/delalick)
4
-Instead of writing shit like this;
5
+This will make living with PHP strings easier by;
6
+- providing a simple chained API to string operations
7
+- not mixing up the needle haystack stuff
8
+- allowing you to extend and add your own methods in seconds
9
10
```php
11
$text = 'Something to translate';
0 commit comments