I have an observable which has the value like this firstName
or firstNameText
When I am displaying it, how can I add space before the capital letters.
firstname
will beFirst Name
andfirstNameText
will beFirst Name Text
<span data-bind="text: name"></span>
I need to do it in the HTML itself.