dj_angles.strings

Module Contents

dj_angles.strings.dequotify(s: str) str

Removes single or double quotes from a string.

Parameters:

s (param) – The string to remove quotes from.

Returns:

A new string without the quotes or the original if there were no quotes.