I want to use inflector.net in my project.

Just googled and it seems to have gone. :-<

http://andrewpeters.net/inflectornet/

Are there any alternatives?


EDIT (11 May 2011): It looks like Scott Kirkland has taken up the baton:

https://github.com/srkirkland/Inflector

(Thanks Scott!)

link|improve this question

78% accept rate
And what are you trying to do exactly? – Jennifer Zouak Mar 31 '10 at 12:29
what is/was inflector ? – Catalin DICU Mar 31 '10 at 12:29
1  
@Jennifer Zouak That's irrelevant. – Iain Holder Mar 31 '10 at 12:53
@Catalin it's a port of the rail inflector - does lots of useful string manipulation: api.rubyonrails.org/classes/Inflector.html – Iain Holder Mar 31 '10 at 12:54
feedback

3 Answers

up vote 10 down vote accepted

A Google code search for "Inflector.Net" returned this one:

http://cid-net.googlecode.com/svn/trunk/src/Cid.Mvc/Inflector.cs

link|improve this answer
Thanks. Useful. – Iain Holder Mar 31 '10 at 13:07
feedback

Some of that code seems to be included in the NCommon project. Take a look at http://github.com/riteshrao/ncommon/

link|improve this answer
feedback

Inflector is also integrated into Caliburn (http://caliburn.codeplex.com) in namespace Caliburn.Core

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.