To extract string from a text file

Hi @Nani_Kumar try this code using assign activitiy

Assuming u had stored ur string in input varaible

Then use the below code

input = System.Text.RegularExpressions.Regex.Replace(input,“ABC”,“BCD”)

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

2 Likes