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
Post a Comment