JQuery Inflector as fully featured as Infinity ActiveSupport Rails?

Is there a jQuery plugin with string utils at the ActiveSupport Inflector level ?

I found this prototype utils port , but it lacks some of them.

+3
source share
2 answers

I am a fan of inflection-js. It's standalone, it just extends the String prototype, so you don't need any dependencies. It works very well.

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

+6
source

Give up on SugarJS, it has really good string support.

http://sugarjs.com/api/String

0
source

Source: https://habr.com/ru/post/1743269/


All Articles