2017 © Pedro Peláez
 

library string

Useful string functions for PHP.

image

jjok/string

Useful string functions for PHP.

  • Tuesday, December 3, 2013
  • by jjok
  • Repository
  • 1 Watchers
  • 1 Stars
  • 63 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

String

Build Status, (*1)

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)

The Versions

03/12 2013

dev-master

9999999-dev https://github.com/jjok/String

Useful string functions for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

25/09 2013

1.0.1

1.0.1.0 https://github.com/jjok/String

Useful string functions for PHP

  Sources   Download

MIT

The Requires

  • php >=5.3.0