How to remove [ in text file

Hi All,

I have a text file in that i want to remove the bracket. how to do that.
Below is the input.

[
301075
2067126541
,
301075
a-332389
2067126541
]
Regards,
Hima

@thima … Read the Text file as Say Strinput, Then do Strinput.replace(“[”,“”).replace(“]”,“”)

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