sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32095
Re: [Question #265776]: Is it possible to join a multiline string using python regex in Sikuli??
Question #265776 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/265776
eduardobedoya gave more information on the question:
I would like to convert "Names" into...
'corazona', 'Pebleo00', 'cofriasd', 'paflio',
cuz there is another list that I need to compere it to...
Names2 = ['corazona', 'paflio']
using...
NamesSelected = [i for i, v in enumerate(Names) if v not in Names2]
if I compare the clipboard as it is, I get an unespected result,
How could I convert this unicode string enconced in utf-8 into
'corazona', 'Pebleo00', 'cofriasd', 'paflio',
Thanks Advanced.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.