2

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.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Lance
  • 75,200
  • 93
  • 289
  • 503

2 Answers2

6

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
  • 1,467
  • 1
  • 15
  • 15
0

Check out SugarJS, it has really good string support.

http://sugarjs.com/api/String

ez.
  • 7,604
  • 5
  • 30
  • 29