Pseudocode

Can anyone help me with how I can write .lower in pseudocode???

Much appreciated.

Maybe something like that:
return the value of str() with all the characters converted to lowercase()

i think it’s .lower() , so for example we have string AZERTY to convert it to lowercase we code "AAAAAAA".lower()