string - c# Split sentence -


is possible split combined words two? ex: "firstname" "first" "name"

i have bunch of properties eg firstname,lastname etc. , need display on page. thats why need separate property name display more appropriate way.

unless have dictionary of 'single' words solution can think of split on upper letters:

firstname -> first name

the problem still exist uifilter -> ui filter.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -