View Single Post
05-02-14, 11:19 AM   #2
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Hmm, in a regular expression, it would probably be something along the lines of:
Code:
/(\d+),\1/
and replace with
Code:
\1
http://regex101.com/r/gI4uK9
EDIT: or even: http://regex101.com/r/vB1lW4
  Reply With Quote