Monday 20 May 2013

The Inflector class from Cake 1.2 ported to C#

Source code provided by [url]http://www.thinkingmedia.ca[/url][code] /// /// The Inflector class takes a string and can manipulate it to handle word /// variations such as pluralizations or camelizing and is normally accessed /// statically. /// public sealed class Inflector { /// /// Plural inflector rules /// private Dictionary _plural; /// /// Plural expressions that should be ignored. ...
crawled from : Cakephp

No comments:

Post a Comment