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 DiscussionsAccess Form opend with a menuitemCan we set sheet name in excel as active using python scriptSolvedUnable to capture objects inside iFrames in Power App using TestComplete
Related ContentaqString.StrMatches using Regular expressions not workingRegular expressionRegular Expressions