Convert the Case of a Text String
You can change the case of a text string using the Upper and Lower functions in Policy Modeling.
- <text attribute> = Upper(<text attribute>)
- <text attribute> = Lower(<text attribute>)
For example:
the person's surname in uppercase letters = Upper(the person's surname)
the person's first name in lowercase letters = Lower(the person's first name)
If the person's surname is Johnson, the person's surname in uppercase letters will be returned as JOHNSON.
If the person's first name is Rebecca, the person's first name in lowercase letters will be returned as rebecca.