Can some one please tell me example for Regular Expression?I've an Client server application where Window name changes regularly...like window1, window2, wondow3...etc..Please let me know how to do that.....thanks, Venkat

Showing Answers 1 - 2 of 2 Answers

Kiran Kumar

  • Aug 6th, 2006
 

Hi

You can use regular expression with descriptive programming as

window("name:=window.*").

or else change the constant property of the object name as "window.*"

  Was this answer useful?  Yes

anji reddy

  • Dec 15th, 2006
 

answer: when the data is dynamically changes during run time at that time using regular expressions

example:

during recording  window name is  win1

during runtime window name is  win2

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.