Skip to content
This repository was archived by the owner on Oct 3, 2019. It is now read-only.

jjok/String

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String

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

About

Useful string functions for PHP.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages