← Back to team overview

sikuli-driver team mailing list archive

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

RaiMan posted a new comment:
name = """
some text
some text
"""

is the so called "here text" (available in most scripting languages), that allows to easily define a multiline text inline in the code.
mostly used for initialisation and testing (instead of using some file or other more complex things)

So in your case I simply simulated what I supposed you get from
clipboard.

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