Replace a value in array

I have a array with some strings of size 100+

Where I need to replace a value, which may contain in all the index…

Please help

1 Like

Hi @Sweety_Girl

Use for each item in StrArray

Item.ToString.replace(“value”,“new value”)

Thanks
Ashwin S

3 Likes

Will be the best answer for this

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.