TestQA1
2 years agoFrequent Contributor
Regex to verify a string
Hi, I have a below function. The regEx is intended to match the string for example: "2023-09-07 11:20:15 error description" and it uses '.' to include some text between time and error description. B...
- 2 years ago
You could pick apart the string using these methods and compare them that way.
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqstring/methods.html
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqdatetime/methods.html