You are viewing limited content. For full access, please sign in.

Question

Question

Modify token and change the case of selected characters to lowercase

asked on February 12, 2021

I have created a token by performing a pattern match. Now I would like to take that token and change the case on selected letters.

 

From my pattern match I extracted out the employees email address. Now I want to convert selected characters to lowercase.

 

I assume I can use the "Assign Token Values" control. Then modify or create a new token in the desired format?  Where the first character of both the first and last name get converted to lowercase.  If so, does anyone have an example I can follow.

 

Original format: Firstname.Lastname@domain.org

Desired format: firstname.lastname@domain.org

0 0

Answer

SELECTED ANSWER
replied on February 12, 2021

Taking a step back, do you just want the entire thing to be lower case? There is a function in the token editor which lets you set all letters to lowercase:

Setting only select letters to lower case would be much more complicated.

2 0

Replies

replied on February 14, 2021

I chose your option. And that worked out for me.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.