Hi there,
How can i replace
I have a string like below and would like to replace ";#1154;#" with a comma.
tried using (;#)\d{4}(;#)" but it doesnt work
Amber Wood;#1154;#John Roberts;#1121;#Peter Ma;#1597;#Thanks in Advance
Output should be :
Amber Wood,John Roberts,Peter Ma