Hi,
I’d like to change a string to Initial Caps
so, ‘The cat sat on the mat’
would be changed to:
‘The Cat Sat On The Mat’.
Python has a .title() method which does this, but within Dynamo it comes up known.
Is there another method I can use?
Thanks.