Thank You so much
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?
Regards
Search found 5 matches
- Tue Apr 28, 2009 6:10 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: FIND/REPLACE with REGEX
- Replies: 3
- Views: 3698
- Sat Apr 25, 2009 8:14 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: FIND/REPLACE with REGEX
- Replies: 3
- Views: 3698
FIND/REPLACE with REGEX
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 16 ...
- Thu Mar 19, 2009 12:46 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Character - Encoding
- Replies: 3
- Views: 3828
Re: Character - Encoding
Problem resolved!
And it was an easy solution.
Before search/replace > convert utf-8 file to ANSI
After the search/replace > convert ANSI to utf-8
Svein
And it was an easy solution.
Before search/replace > convert utf-8 file to ANSI
After the search/replace > convert ANSI to utf-8
Svein
- Wed Mar 18, 2009 11:17 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Character - Encoding
- Replies: 3
- Views: 3828
Re: Character - Encoding
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 What im trying to achieve is like when...
- Wed Mar 18, 2009 12:40 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Character - Encoding
- Replies: 3
- Views: 3828
Character - Encoding
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 ...