gentleseaFrequent Contributor14 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 Contributor14 years agoRegular expressions syntax in StrMaches differs from the standard one. See Regular Expressions Syntax for details
Recent DiscussionsUnable to Navigate to Code Line from Log MessagesMicrosoft Access Database Engine 2016 Redistributable is no longer supportedStoring JUnit XML while the testing is running
Related ContentaqString.StrMatches using Regular expressions not workingRegular expressionRegular Expressions