dictIO.utils.strings module#

dictIO.utils.strings.remove_quotes(string: str)#

Remove quotes (single or double quotes) from the string object passed in.

Not only leading and trailing quotes are removed; also any quotes inside a string, if so, are removed.

dictIO.utils.strings.string_diff(text_1: str, text_2: str)#

diff line by line printing only diff.