Case Option in Shape Command

Modified on Wed, Feb 14, 2018 at 3:52 PM

Case option is used to change case of certain characters by count. For example, it can be used to capitalize the first two characters of a string.

 

Example:

case%%upper,2

The above prints a text like test@testing.com as TEst@testing.com.

 

Example:

case%%lower,2;upper,1;lower

 

Make the first 2 characters lower case, the following 1 character upper case and all following characters lower case.

 

Goepower prints as goEpower


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article