Use this tag for questions about the python shlex module.
If I have a string 'x+13.5*10x-4e1' how can I split it into the following list of tokens? […