Ad
  • Custom User Avatar

    If you use $1, regex would capture the whole word. You may notice that there is an extra pair of parentheses in the pattern.

    You can remove that outer pair, so you can use $1 and $2 instead.