2017 © Pedro Peláez
 

library texts

Some stuff for routine work with text

image

iborodikhin/texts

Some stuff for routine work with text

  • Thursday, July 3, 2014
  • by iborodikhin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

texts

Some stuff for routine work with text, (*1)

Examples

// Create announce
$title   = "I am title";
$content = "I am content.";
$announce = \Texts\Common::annotate($title, $content);

// Convert notation
$camel = "iAmCamelCasedString";
$under = \Texts\Common::underscorize($camel);
$camel = \Texts\Common::camelize($under);

The Versions

03/07 2014

dev-master

9999999-dev

Some stuff for routine work with text

  Sources   Download

The Requires

  • php >=5.3.0