Re: [Tutor] Use Regular Expressions

2008-10-15 Thread Kent Johnson
On Wed, Oct 15, 2008 at 1:27 AM, Basil B Thoppil <[EMAIL PROTECTED]> wrote: > Hi everyone, > I am using the cPAMIE library for automation of websites. It has a function > findTextbox(name) , which takes the name(a string) of the text box and > searches for it and return True if it exists. Now I don

[Tutor] Use Regular Expressions

2008-10-14 Thread Basil B Thoppil
Hi everyone, I am using the cPAMIE library for automation of websites. It has a function findTextbox(name) , which takes the name(a string) of the text box and searches for it and return True if it exists. Now I dont have a static name and so I wanted to use regular expression. I cannot pass regul