Hello everyone!
Is it possible to upper case first letter of words but change (or keep) articles as lower case?
I'd like to know the which is the best way to transform the example below:
From | To |
CONCERT BY JOHN WINE | Concert by John Wine |
LUCCA THE WHITE SNAKE | Lucca the White Snake |
and
From | To |
jordan son of the king | Jordan Son of the King |
jade brown a big star | Jade Brown a Big Star |
Many Thanks!
Solved! Go to Solution.
Hi, @FabioP
A formula for you :
TitleCase([From])
******
If can help you get your want, please mark it as a solution and give a like for more share.
@FabioP I've done something similar to @flying008 but with a bit more controls and takes into account the common words like "a", "the", "of", etc.
Very cool man!
Thank you Guys! (@caltang and @flying008)
It helped a lot...