Forum Discussion
skatpally
5 years agoFormer Employee
Try the below Expression.
$.mapValues((value, key) => value.toString().contains(‘img’) ? value.replaceAll(‘img’,‘’) : value)
Hope this helps.
Try the below Expression.
$.mapValues((value, key) => value.toString().contains(‘img’) ? value.replaceAll(‘img’,‘’) : value)
Hope this helps.