Micro Focus QTP (UFT) Forums

Full Version: Using regular expression on Window's title string
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Currently I have a Window title that has version number that change everytime. How can I do it to ignore version number?
ex: "Application (v2.1.0) - Fun"
In OR change it to "Application (.*) - Fun" OR more specific "Application (v[0-9]\.[0-9]\.[0-9]) - Fun"