Humanizer
Humanizer copied to clipboard
applying multiple humanizer extensions efficiently
sorry I tried looking if this was already answered but my github search foo sucks (tips appreciated)
wondering if theres a way I can chain multiple humanizer extension actions. I see theres a Transform(...)
extension method, but To
doesn't have all the actions available.
e.g. if I wanted to Pluralize
and Camelize
, is there a way to do that?