Search found 11 matches
- Thu Dec 06, 2012 10:33 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: import and search replace list
- Replies: 1
- Views: 4346
import and search replace list
hello. I want to ask you about the filter import and search/ replace list There is a text file (filelist.txt) The file has the contents of the form 01 page1 02 page2 When downloading the file into textpipe creates a list of filters which are filled with search strings. Replacement strings are empty ...
- Fri Nov 30, 2012 8:06 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replacing fragments in the text by an enumerator
- Replies: 3
- Views: 6952
Re: Replacing fragments in the text by an enumerator
Thanks for the help,but the numbering of the counter starts with 1 - fragments derived form image_1.jpg image_2.jpg What do I need do - to numbering was kind 001, 002 - that is image001.jpg image002.jpg and so on.I tried to change the parameter a = 0 for a = "000" still get the same result...
- Thu Nov 29, 2012 8:11 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replacing fragments in the text by an enumerator
- Replies: 3
- Views: 6952
Replacing fragments in the text by an enumerator
Hello! Tell me how to make the replacement of every meeting in html file type values image_3453.jpg to the value image_(enumerator).jpg For example: Searching - scheme image_ ([0-9] +). jpg replace the first value encountered in the text to image_001.jpg, replacing the second value encountered in th...
- Mon May 07, 2012 6:02 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Replace a single regular
- Replies: 1
- Views: 3917
Replace a single regular
Hello, Tell me how I can replace a single regular expression other a simple regular expression. I have got an example, a text file with lines G:/1/gusi_lebedi/gisi_lebedi1.htm G:/1/guravlj_tsaplja/guravlj_tsaplja.htm G:/1/gribok_teremok/gribok_teremok.htm mask of search: G:/([^"]+)/([^"]+)...
- Fri May 04, 2012 9:58 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Export and import a filter for change
- Replies: 10
- Views: 11648
Re: Export and import a filter for change
I think we should not consider the detailed aspects of win xp and its components here. I can only say that the phrase has been specified in the vbs script to convert the filter Set vb_TextPipeApp = CreateObject("TextPipe.Application") it requires a stationary version of the program. In oth...
- Fri May 04, 2012 1:53 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Export and import a filter for change
- Replies: 10
- Views: 11648
Re: Export and import a filter for change
I made a portable version from a stationary version of the program (I did it on a virtual machine) for my own convenience.This version is fully functional.But the portable version has its own independent registry.And the script uses the registry of windows to convert the filter.
- Fri May 04, 2012 12:43 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: replace blocks of text
- Replies: 12
- Views: 15176
Re: replace blocks of text
Thanks for your help I have downloaded from your site filter control replacements.fll It consists of a single filter and two subfilters. As I understood I will need to load the contents of a text file, for example: page number 1 page number 2 page number 3 and load in the second post filter - filter...
- Thu May 03, 2012 3:15 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: replace blocks of text
- Replies: 12
- Views: 15176
replace blocks of text
Hello Can I use the program textpipe carry out multiple pieces of text substitution between the html tags such as <title> replacement text is different in each html file </ title> Information that is changing the text is taken from a separate file (for example filelist.txt) and placed on a file file...
- Wed May 02, 2012 11:27 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Export and import a filter for change
- Replies: 10
- Views: 11648
Re: Export and import a filter for change
Thank you very much for your help.
My problem was in the use of Portable version TextPipe
The way specified by you does not work in portable form.
I hope future versions will be able to import filter from a text file.
It would be convenient.
Thank you for the excellent program.
My problem was in the use of Portable version TextPipe
The way specified by you does not work in portable form.
I hope future versions will be able to import filter from a text file.
It would be convenient.
Thank you for the excellent program.
- Wed May 02, 2012 12:06 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Export and import a filter for change
- Replies: 10
- Views: 11648
Re: Export and import a filter for change
Hello! Thank you for your previous answer, but unfortunately I was unable to make changes to the filter Perhaps it is because of the small experience with scripts. In applying the script - open a window with different errors. Here is an example of my mini-filter (name.fll), creation after export in ...
- Fri Apr 27, 2012 9:08 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Export and import a filter for change
- Replies: 10
- Views: 11648
Export and import a filter for change
Hello, I am from Russia. I have got a problem. There is a big filter "text pipe". It consists of 50 groups of individual filters. In each of them present the same value "(<a)".How can I to edit all the groups at once to remove this valuein all filters. I have tried so: export the...