dev-master
9999999-dev https://github.com/jjok/StringUseful string functions for PHP.
MIT
The Requires
- php >=5.3.0
1.0.1
1.0.1.0 https://github.com/jjok/StringUseful string functions for PHP
MIT
The Requires
- php >=5.3.0
Wallogit.com
2017 © Pedro Peláez
Useful string functions for PHP.
Useful string functions for PHP., (*2)
echo jjok\String\String::camelise('a-hyphenated-string');
// aHyphenatedString
echo jjok\String\String::capitalise('another-hyphenated-string');
// AnotherHyphenatedString
echo jjok\String\String::hyphenate('someCamelCaseString');
// some-camel-case-string
Copyright (c) 2013 Jonathan Jefferies, (*3)
Useful string functions for PHP.
MIT
Useful string functions for PHP
MIT