I had a text BODY BUTTER (<)&(>) CHERRY - 200ML_XM A0 2208. I try to replace (<)&(>) with &.
var str = "BODY BUTTER (<)&(>) CHERRY - 200ML_XM A0 2208";
str.replace(/\(<\)|\(>\)/gi,'');
It is not working. Is there anyway to get this work?
I had a text BODY BUTTER (<)&(>) CHERRY - 200ML_XM A0 2208. I try to replace (<)&(>) with &.
var str = "BODY BUTTER (<)&(>) CHERRY - 200ML_XM A0 2208";
str.replace(/\(<\)|\(>\)/gi,'');
It is not working. Is there anyway to get this work?
Copyright © 2021 Jogjafile Inc.