← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #237485]: split is not working

 

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.