Skip to main content
Solved

Capitalisation expression

  • 25 October 2022
  • 2 replies
  • 71 views

Hi all,

 

I'm in need of an expression that will force the first letter of a text box contents to uppercase. 

I've attempted this using different combinations of Left and To Upper operators but can't quite get it to function correctly.

 

For example, if a user types 'uppercase', I would want it to change automatically to 'Uppercase'.

 

Thanks,

Jordan

I created 3 separate expressions fto simplify the requirement.



1. The first expression returns an Uppercase first letter.





2. The second expression returns the rest of the word/sentence without the first letter





 



3. The third expression concatenates the two previous expressions together.





This could all be done in one single expression


Worked a treat, thanks for the help!


Reply