Are Regular Expressions supported in Quest Code Tester for Oracle?
说明
Are Regular Expressions supported in QCTO? Specifically, there is a need to test the output from a function that returns a VARCHAR(250). In order to avoid typing the 250 character string as the expected output, it would be convenient to use a Regular Expression to describe the expected output. Is that supported?
解决办法
Regular expressions are now supported. The types of tests supported for a string now offer LIKE with a regular expression.