dj_angles.strings ================= .. py:module:: dj_angles.strings Module Contents --------------- .. py:function:: dequotify(s: str) -> str Removes single or double quotes from a string. :param param s: The string to remove quotes from. :returns: A new string without the quotes or the original if there were no quotes.