Question #237485 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237485

    Status: Open => Answered

RaiMan proposed the following answer:
It seems you want to split the line using some RegEx: not possible with
split(), you have to give a string as it appears in the line.

For more complex splits, you might use regular expression module directly:
http://docs.python.org/2.6/library/re.html

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to