I want to replace following string
comments={ts=2010-02-09T04:05:20.777+0000, comment_id=529590|2886|LOL|Baoping Wu|529360}
in
comments={ts=2010-02-09T04:05:20.777+0000, comment_id=529590, user_id = 2886, comment='LOL', user= 'Baoping Wu', post_commented=529360}
My approach is comment_id=.([0-9])* for the first replace Its difficult for me for the other replaces. Can anyone help me?