Search code examples
jquerystring-utils

JQuery Inflector as fully featured as Rails' ActiveSupport Inflector?


Is there a JQuery plugin with string utils on par with ActiveSupport's Inflector?

I have found this Prototype utils port, but it's missing some of them.


Solution

  • I'm a fan of inflection-js. It's stand alone, just extends the String prototype so you don't need any dependancies. It works really well.

    http://code.google.com/p/inflection-js/