09-06-2012, 08:58 AM
Hi, I am new to QTP. In my work I have some problem with verification . How can I handle the following string with regular expression?
Person:34658
numbers get change in every iteration. I just need to replace the number or whole thing. I tried with (.*) to replace the whole string. it didn't work. I tried Person:\d. It didn't work as well. please help. Thanks
Person:34658
numbers get change in every iteration. I just need to replace the number or whole thing. I tried with (.*) to replace the whole string. it didn't work. I tried Person:\d. It didn't work as well. please help. Thanks