2017 © Pedro Peláez
 

library string-object

String manipulation with objects

image

ikwattro/string-object

String manipulation with objects

  • Friday, December 23, 2016
  • by ikwattro
  • Repository
  • 1 Watchers
  • 0 Stars
  • 542 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

String-Object

PHP String manipulation with objects., (*1)

Get it :, (*2)

composer require ikwattro/string-object

Example :, (*3)


$code = StringObject::newInstance("Toys - Bicycles and Bikes - 12398") ->split("-") ->last() ->trim();` # 12398
$formatted = StringObject::newInstance("Christmas is on 25/12")
    ->toLower()
    ->replace("/","-");

# christmas is on 25-12

Licence

MIT, (*4)

The Versions

23/12 2016

dev-master

9999999-dev

String manipulation with objects

  Sources   Download

MIT

The Development Requires

23/12 2016

1.1.0

1.1.0.0

String manipulation with objects

  Sources   Download

MIT

The Development Requires

23/12 2016

1.0.0

1.0.0.0

String manipulation with objects

  Sources   Download

MIT

The Development Requires