Is it possible to use sed
to replace the entire example bracketed line below? I seem to be running into trouble finding out a delimiter to use since /
and many other special characters exist in the actual line I want to replace.
Line needing replacing:
This is a random example since the actual line I want to use is much less friendly to the eyes.
[...]
<example>=(a,b,c);{!@#$%^&*?/};</example>
[...]
If there is any tool better suited for this please let me know. Any help would be greatly appreciated.