← Back to team overview

sikuli-driver team mailing list archive

[Question #193332]: find word in some string

 

New question #193332 on Sikuli:
https://answers.launchpad.net/sikuli/+question/193332

hi,

i have a string that i copy from notepad, so i need to "find" some word into this string..i try to use .find(' ') from Pytom but its not work.

if (texto.find('gol')):
    popup("sim")
else:
    popup("não")

anyone can help me please?

   
       
         

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