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.
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.
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.