my string is something look like this
"DynChk45|5;DynChk9|1;DynChk21|4;DynChk7|2;DynChk2|26;"
If I want to remove "DynChk7|2;" from string, it remove and remaining will be as;
"DynChk45|5;DynChk9|1;DynChk21|4;DynChk2|26;"
Can someone provide me the JavaScript for this case. Thanks
Go to the complete details ...