For a given str of the form:
"""hello this is a dict '{"test":"test"}', this is an id '123'."""
output:
'hello this is a dict \'{"test":"test"}\', this is an id \'123\'.'
is there a way to remove the \
so the output will be:
'hello this is a dict '{"test":"test"}', this is an id '123'.'