jjok/string

This package is abandoned and no longer maintained. No replacement package was suggested.

Useful string functions for PHP.

1.0.1 2013-09-25 11:49 UTC

This package is not auto-updated.

Last update: 2020-01-19 16:54:50 UTC


README

Build Status

Useful string functions for PHP.

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