Search found 5 matches

by +sveinajoha+
Tue Apr 28, 2009 6:10 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: FIND/REPLACE with REGEX
Replies: 3
Views: 3411

Re: FIND/REPLACE with REGEX

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
by +sveinajoha+
Sat Apr 25, 2009 8:14 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: FIND/REPLACE with REGEX
Replies: 3
Views: 3411

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 ...
by +sveinajoha+
Thu Mar 19, 2009 12:46 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Character - Encoding
Replies: 3
Views: 3470

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

:D

Svein
by +sveinajoha+
Wed Mar 18, 2009 11:17 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Character - Encoding
Replies: 3
Views: 3470

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...
by +sveinajoha+
Wed Mar 18, 2009 12:40 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Character - Encoding
Replies: 3
Views: 3470

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( &Aring; ) or the iso latin 1 code ...