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

    Status: Open => Answered

masuo proposed the following answer:
Do you use Python ?
When you use Python in the script and you want to edit strings, you have to 
search Python documentation.
for example, https://docs.python.org/2/library/string.html

[example]
s = "2.45%"
print s
print s.strip("%")

-- 
You received this question notification because your team Sikuli Drivers
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