library texts
Some stuff for routine work with text
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
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);
dev-master
9999999-dev
Some stuff for routine work with text
Sources
Download
The Requires