views:

73

answers:

1

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.

+3  A: 

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/

Adam
perfect thanks!
viatropos
Awesome, just what I needed. Thanks!
Skilldrick