I\'m reading Sitepoints 2007 book \"Simply Javascript\" and I encountered some code I just can\'t understand.
It\'s the following code:
Core.removeCl
$1 is a backreference. It will be replaced by whatever the first matching group (set of parenthesis) in your regex matches.