I obviously have missed something important when reading the docs...
But still a bit confused about "$1", is this a variable I have to declare or is this an TextPipe "internal container" always containg the last search match?
Im trying to strip the text lenght of text between two html tags. I restrict to the text between the wanted tag, and have tried different FIND/REPLACE regex expression in a subfilter.
Example: <a>this is a sample text between an html tag pair </a> Wanted output: <a>this is a sample... </a> (only ...
Hmm.. been trying more, but with noe results. trying to save as ANSI > results in ÅÆØ... characters beeing removed (both in native fomat Å and formatted as html &Aoring; )
The original file is utf-8, no EOL - the prosessed file becomes utf-8 with pc/dos EOL
Hi - I have been using TextPipe for some Years now - An exellent program! :D But now im stuck! :)
Im parsing an rss feed - and need to save the file inn utf-8 format, after encoding special characters: Example: The character Å encoded with either the html code( Å ) or the iso latin 1 code ...