http://stackoverflow.com/questions/24414015/why-does-a-regex-match-return-more-than-normal-in-nodejs I get an array with regex, output, index, and input. I think I should always consider the response[1]
– NishaJul 14 '16 at 12:07
1
Read [`RegExp#match`](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/match) reference. It is by design.
– Wiktor StribiżewJul 14 '16 at 12:08