← 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

eduardobedoya posted a new comment:
thanks Rainman!
It is just that I have tried it and it prints
[u'ame1', u'ame2', u'ame3']

I have tried
namelist = Names.split()[1:]
for i in range(len(namelist)):
   namelist[i] = namelist[i][0:]
print namelist
and it prints
[u'name1', u'name2', u'name3']
please do you have alink, I have to read all about this
Im currently reading docs.
Thanks Again Man

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