Open
Description
For some cases, putting "$1\n" in the "List" tab below displays the whole match instead of capturing group 1.
Example: http://regexr.com/3de84
When I hover over the text above, it clearly shows (correctly) that the capturing group 1 doesn't contain any comma, but in the "List", when I try to display "$1\n", it displays the comma.