0
I want tolowercase() to convert values and also ignore null values in a list. What to do ?
Ignore null values and convert other values in the list by means of tolowercase() in a list.
1 Odpowiedź
+ 2
You can iterate through the string and make a new string, which you will fill with valid and maybe modified values.