Monday 20 May 2013

The Inflector class from Cake 1.2 ported to Java

Source code provided by [url]http://www.thinkingmedia.ca[/url][code]import java.util.ArrayList;import java.util.HashMap;import java.util.Iterator;import java.util.LinkedHashMap;import java.util.List;import java.util.Map;/** * 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 f...
crawled from : Cakephp

No comments:

Post a Comment