gentleseaFrequent Contributor13 years agoRegular expressions do not work with aqString.StrMatches in my case, why? Simple example that does not work as expected: var testBoolean = aqString.StrMatches(/TestStringOhneSonderzeichen/, "TestStringOhneSonderzeichen"); if (testBoolean) Log.Mes...Show More
VLapidusFrequent Contributor13 years agoRegular expressions syntax in StrMaches differs from the standard one. See Regular Expressions Syntax for details
Recent DiscussionsApplication url change managementDelphi Mainmenu items is not clickedTestComplete Chrome Host (32-bit) process not clearing up after running test
Related ContentaqString.StrMatches using Regular expressions not workingRegular expressionRegular Expressions