Convert to LowerCase value saved in ${COL1} Csv

Hi

I need convert to LowerCase (FROM GOOGLE to google) a value saved in csv before using with ${COL1}.

The value saved in csv used with ${COL1} is GOOGLE

I need to have google before i use it to fill a form.

Can you provide me an example to convert in LowerCase please ?

Thanks for help

Solved

Used this page
https://a9t9.com/kantu/docs/selenium-ide/storedvars

storeEval | storedVars[‘!COL1’].toLowerCase() | !COL1

echo | ${!COL1} | |

Result
[echo] google

Have a nice day