How, in Python, can I use shlex.split() or similar to split strings, preserving only double quotes? For example, if the input is or simi
How, in Python, can I use shlex.split() or similar to split strings, preserving only double quotes? For example, if the input is or simi