Skip to content

Commit

Permalink
Added Inflector
Browse files Browse the repository at this point in the history
It was discussed to join StringHelper and Inflector in single string
helper library.
  • Loading branch information
hiqsol committed May 7, 2019
1 parent b0de650 commit 0f4308d
Show file tree
Hide file tree
Showing 5 changed files with 1,091 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<br>
</p>

The Yii string helper provides static methods allowing you to deal with strings more efficiently.
The Yii string helper provides:

- static methods allowing to deal with strings more efficiently;
- Inflector helper pluralizes and singularizes English nouns.

[![Latest Stable Version](https://poser.pugx.org/yiisoft/strings/v/stable.png)](https://packagist.org/packages/yiisoft/strings)
[![Total Downloads](https://poser.pugx.org/yiisoft/strings/downloads.png)](https://packagist.org/packages/yiisoft/strings)
Expand Down
Loading

0 comments on commit 0f4308d

Please sign in to comment.