08-12-2009, 10:09 PM
Hi Pranjal,
Use the below regular Expression Patterns, both will work for your window title issue.
Thanks,
Azeem
Use the below regular Expression Patterns, both will work for your window title issue.
Code:
sPattern1 = "Adobe.*"
Code:
sPattern2 = "Adobe\x20(\w+)"
Thanks,
Azeem