I found this question really relevant to what I wanted: Parsing using awk or sed in Unix, however I can\'t figure out what the following does:
\'s/\\([,=]\\)
\(...\) would capture the characters specified inside of the parens and \1 would be used to reference the first match, this is a part of regex.
\(...\)
\1