Skip to main content
Nintex Community Menu Bar
Solved

Capitalisation expression

  • October 25, 2022
  • 2 replies
  • 123 views

Forum|alt.badge.img+2

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

Best answer by AMolyneux

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

2 replies

Forum|alt.badge.img+2
  • Novice
  • Answer
  • October 25, 2022

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


Forum|alt.badge.img+2
  • Author
  • Rookie
  • October 25, 2022

Worked a treat, thanks for the help!