Top "Shlex" questions

Use this tag for questions about the python shlex module.

How can I split a string into tokens?

If I have a string 'x+13.5*10x-4e1' how can I split it into the following list of tokens? […

python token tokenize equation shlex