c# - Humanize uppercase name with hyphenated last name -


this standard way title case uppercase names using .net humanizer library.

"first m hyphenated-last".transform(to.lowercase, to.titlecase); // result (v1.37.0): "first m hyphenated-last" // desired result: "first m hyphenated-last" 

unfortunately character following hyphen lowercase when seems me should uppercase.

anyone have suggestions getting result i'm looking humanizer, or not possible humanizer of v1.37.0?


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -