To convert HELLO to lower case and store them in a variable res.
${__lowercase(HELLO,res)}
to convert abcd to uppercase and store variable in res .
${__uppercase(abcd,res)}
To find length of a String we have
${__strLen(hsd,)}
Please note that for lowercase,uppercase and strLen functions we need to have a file named Jmeter plugins in ext folder in lib folder.