hi friends
i have a powershell script in which in many places i have different words which are enclosed in double quotations ----> for example 'running' , 'status' , etc.
so i need to find all words which is have this structure 'word' & replace two single quotation with two double quotations.
for example i need 'running' becomes "running".
i don't know what to write in
find what and replace with fields when pressing Ctrl+H.
i tested '*' be replaced with "*" but didn't work.
also please introduce me resources which i can learn some tricks to find such custom needs.
really thanks