I’m using the capturing groups parentheses so it this regex only matches against visitedcount=numbers. I want str.match(regex) to return visitedcount= and 2. However, it returns one array which is just visitedcount=2. Am I misunderstanding something?