I have a string
str="this is 'the string' example"
I want to replace special character '
character with a special charecter \"
character. And finally
str= "this is \"the string\" example"
I have a string
str="this is 'the string' example"
I want to replace special character '
character with a special charecter \"
character. And finally
str= "this is \"the string\" example"