Is there a way to remove sections of a document where i can specify the beginning and ending tags?
i need a way that i can remove a section of the document by passing in both my start and end catches, (@@DELETEBEGIN and @@DELETEEND)
for example i have this in my document:
Hello, welcome to this document
@@DELETEBEGIN{Some values to check in the code}
Some text that will be removed if the value is true
@@DELETEEND
Final Line