sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32090
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
Status: Open => Answered
RaiMan proposed the following answer:
it is exactly what you need.
As often with your questions:
a look into Python language guide would have told you, that something looking like
u'some text' is a unicode string encoded in utf-8 (which is what you get from clipboard).
so simply use it as a list of strings.
this is only the way, how print tells you, that the strings are unicode
strings.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.