Hey Guys ,
i was wondering how can you remove text between multiple brackets and the brackets in flow.
for example : abc[123]def[123]ghi[123]
should end up being: abcdefghi
In a string there can be a number of brackets so want to take this into account as well. Any help you be much appreciated!
Thanks !