Search found 7 matches
- Wed Oct 12, 2011 6:38 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: passing a variable
- Replies: 5
- Views: 7211
Re: passing a variable
yes, i posed the question differently and received a workable answer. search for posting: "Using Sub-Filters in Search and Replace" (or view my posts).
- Thu Jun 16, 2011 4:57 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Using Sub-Filters in Search and Replace
- Replies: 3
- Views: 5004
Re: Using Sub-Filters in Search and Replace
Thank you - this works well!
Question for you: does the Easy Pattern language support if/then statements?
Question for you: does the Easy Pattern language support if/then statements?
- Fri Jun 10, 2011 2:00 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Using Sub-Filters in Search and Replace
- Replies: 3
- Views: 5004
Using Sub-Filters in Search and Replace
I'm not sure if I'm making proper use of Textpipe's search and replace subfilters... I would like to (1) search for a line of code (2) store some the code in variables (3) IF and only IF the line of code is found THEN (4) cut and move the code to the end of the HTML document. I've displayed my filte...
- Thu Jun 02, 2011 11:42 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: passing a variable
- Replies: 5
- Views: 7211
Re: passing a variable
Thank you for your quick reply - I will try it! -Suzanne
- Wed Jun 01, 2011 5:59 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: passing a variable
- Replies: 5
- Views: 7211
Re: passing a variable
This is my code: <HTML> <TITLE>Lecture</TITLE> <HEAD> </HEAD> <BODY> <!-- Begin Editable Area --> <H1>Course Lecture 1-1 The Financial Markets and U.S. Domestic Economy</H1> <p><b>Content Author:</b> Greg Todd, MA, MSF, CMA</p> <P>Please view the following 9 minute presentation.</P> <!-- Enter Prese...
- Wed Jun 01, 2011 5:57 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: passing a variable
- Replies: 5
- Views: 7211
Re: passing a variable
This is my attempted Filter List: Filter List ----------- Filter options | [ ] Log to file | [X] Append to logfile | Log filename: textpipe.log | Threshold 500 | |--Input from file(s) | [ ] Confirm before processing each file | [ ] Confirm before processing read/only files | [ ] Delete input files a...
- Wed Jun 01, 2011 5:12 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: passing a variable
- Replies: 5
- Views: 7211
passing a variable
Hi - I'm a new user and I'm trying to figure out how to capture and pass a variable from one filter to another (sub-filter). I'm using the following Perl expression to initially find the HTML code: <p><b>Content Author:</b>(.*)</p>. (Note: the Content Author is different per each HTML file) At this ...