suppose i have string
'bold':'','Dateformat':'mm/dd/yyyy','Lowercase':''
or
'bold':'','Lowercase':'','Dateformat':'mm/dd/yyyy'
or
'Dateformat':'mm/dd/yyyy'
can be in any place within comma seperated string
and i want to replace
'Dateformat':'mm/dd/yyyy' with blank
and
mm/dd/yyyy
can be any string (dynamic value)
please tell me how to do that. Advance thanks for help.