This site is built library CakePHP "Inflector" test site.

※ This site is using the CakePHP 2.7.5.

"Inflector" is?

The Inflector class takes a string and can manipulate it to handle word variations such as pluralizations or camelizing and is normally accessed statically. Example: Inflector::pluralize('example'); returns "examples". (From the official site

References

Similar sites can