I have a Google sheet array with a column of 63 rows (column C
) with short codes,
[audio mp3:="https/...." ][/audio]
Each line has this tag but with a different link.
but always with this
[audio mp3:="https/...." ][/audio]
C1: [mp3 audio:="https/upload/content/file1.mp3"][/audio]
C2: [mp3 audio:="https/upload/content/file2.mp3"][/audio]
How do I find and delete all terms that start with " [mp3 audio" and end with "[/audio]" on all 63 rows in column C`?