Hello, I need to start all segments with upper case. Just the first word of each segment. Is there a regular expression one can use? Thanks in advance!
Hello, I need to start all segments with upper case. Just the first word of each segment. Is there a regular expression one can use? Thanks in advance!
If this is a case of replacing the first lowercase letter of a segment with it's uppercase equivalent, would it maybe be possible to use TermInjector for this?
If this is a case of replacing the first lowercase letter of a segment with it's uppercase equivalent, would it maybe be possible to use TermInjector for this?