aa1
6 years agoContributor
Regex
Hi,
I was trying to implement something similar to the following https://support.smartbear.com/testcomplete/docs/scripting/regular-expressions.html
var regEx3 = /;(\r\n)+function/g;
var...
- 6 years ago
Hi aa1,
If you compare web pages, I recommend that you refer to the following article to learn more about the Web Comparison Checkpoint:
https://support.smartbear.com/testcomplete/docs/testing-with/checkpoints/web-comparison/about.html
This is a built-in TestComplete's feature that may help you.
If you are looking for something else, please take a look at the following article explaining how to use regular expressions:
https://support.smartbear.com/testcomplete/docs/scripting/regular-expressions.html