Included Macro Strip Tags Fix
Posted: Fri Jun 08, 2012 1:21 pm
This is a suggestion to fix the stock "Strip Tags" macro included with Textpad.
The problem
Can, and in my case does become .
The Solution:
Adding this to the macro. Or creating a Macro to run before "Strip Tags"
That does creates a space before and after <>.
Search and replace
Search and replace
That is the short fix.
You could also add
Search and replace
Search and replace
To clean up some of the created Double Spaces.
Just wanted to point this out.....
Thank you
Selvol
http://Sketchlab.com
The problem
Code: Select all
<b>Citation</font></td><td><b>Cit Date</font>
Code: Select all
CitationCit Date
Adding this to the macro. Or creating a Macro to run before "Strip Tags"
That does creates a space before and after <>.
Search and replace
Code: Select all
"<"(with)" <"
Code: Select all
">"(with)"> "
You could also add
Search and replace
Code: Select all
"> "(with)"> "
Code: Select all
" <"(with)"< "
Just wanted to point this out.....
Thank you
Selvol
http://Sketchlab.com