S
ScottCabral
Guest
Hi,
i have the following text in a file:
['06:00:00','07:00:00']
i want to end up with this:
'06:00:00 07:00:00'
so if there are quoted fields surrounded by brackets and also have a comma separating them, i want both fields combined into 1 quoted field without the comma.
i tried a bunch of different regex commands, but could not come up with a solution.
thanks
Continue reading...
i have the following text in a file:
['06:00:00','07:00:00']
i want to end up with this:
'06:00:00 07:00:00'
so if there are quoted fields surrounded by brackets and also have a comma separating them, i want both fields combined into 1 quoted field without the comma.
i tried a bunch of different regex commands, but could not come up with a solution.
thanks
Continue reading...