M
Matthew
I have some text (example):
<html>
<body>
</body>
</html>
I would like to do a find and replace like so:
Find:
<*>
Replace:
[*]
With the output:
Is there a way to do this?
Matthew
<html>
<body>
</body>
</html>
I would like to do a find and replace like so:
Find:
<*>
Replace:
[*]
With the output:
HTML:
[body]
[/body]
Is there a way to do this?
Matthew