how to replace / insert character into double quote of a string
Dear all, I have a string like this .<ak:Unit X="0" Y="1" Id="U33"> Do you know how to replace characters in double quotes of a string For example <ak:Unit X="0" Y="1" Id="U33"> ==> <ak:Unit X="Default1" Y="Default2" Id="Default3"> Sincerely