Change upercase to lowercase in string

Hello, I am trying to change upercase to lowercase in string. But I don’t know what Text parser module I should use.

For example - I receave data from 1 module → “NamE” and I want to change it to “name” with all lowercase letters. Is it possible? Can someone help me please?:slight_smile:
Thank you!


Enjoy!

1 Like

Here you find the function under Text.
image

1 Like

Thank you Sebastian:)

1 Like