I have this code:
<Layer Idx="2" Name="scr FILI FISSI SOLAIO">
<Layer Idx="2" Name="scr FILI ALTRO">
<Layer Idx="2" Name="scr PIPPO">
I want to convert in lowercase the text between (") or other string:
<Layer Idx="2" Name="scr fili fissi solaio">
<Layer Idx="2" Name="scr fili altro">
<Layer Idx="2" Name="scr pippo">