Hello,
I have a string in syncfusion rich text box which is "This is a good forum"
So in rich text box it is interpreted as
MyString =
This is a good forum
Now, i want to use replace function in angular 6.
I want to replace with
In MyString its coming 2 times but when i use replace function it replaces only 1st occurrence.
and 2nd occurrence remains as it is.
So how can i replace all occurrences.Please any help would be appreciated. Thank you.
- FormattedDesc =MyString.replace('', '');
Arvind KushwahaPosted Apr 17, 2020, 7:18 AM
dip sPosted Apr 17, 2020, 7:25 AM
Jignesh KumarPosted Apr 17, 2020, 7:16 AM