ContributionsMost RecentMost LikesSolutionsRe: aqString.StrMatches using Regular expressions not working Awesome thanks! Re: aqString.StrMatches using Regular expressions not working Yes it does. Thank you! I'm curious as to why the plus sign works even though it's imbedded within the quoted string. Is this just how this function accepts string concatenation? aqString.StrMatches using Regular expressions not working The following code is using regular expressions in a aqString.StrMatches statement and returns false when it should return true unless I'm coding it wrong. Please help. aqString.StrMatches("Job ID [0-9] completed successfully", "Job ID 1234 completed successfully") Thanks. Solved