Mercurial > repos > bgruening > text_processing
comparison find_and_replace.xml @ 1:a4ad586d1403 draft
Uploaded
author | bgruening |
---|---|
date | Thu, 05 Sep 2013 11:42:27 -0400 |
parents | ec66f9d90ef0 |
children | fc862d5bccaf |
comparison
equal
deleted
inserted
replaced
0:ec66f9d90ef0 | 1:a4ad586d1403 |
---|---|
43 | 43 |
44 <param name="skip_first_line" type="boolean" checked="false" truevalue="-s" falsevalue="" label="Ignore first line" | 44 <param name="skip_first_line" type="boolean" checked="false" truevalue="-s" falsevalue="" label="Ignore first line" |
45 help="Select this option if the first line contains column headers. Text in the line will not be replaced. " /> | 45 help="Select this option if the first line contains column headers. Text in the line will not be replaced. " /> |
46 | 46 |
47 <conditional name="searchwhere"> | 47 <conditional name="searchwhere"> |
48 <param name="choice" type="select" label="Replace text in"> | 48 <param name="choice" type="select" label="Find and Replace text in"> |
49 <option value="line" selected="true">entire line</option> | 49 <option value="line" selected="true">entire line</option> |
50 <option value="column">specific column</option> | 50 <option value="column">specific column</option> |
51 </param> | 51 </param> |
52 <when value="line" /> | 52 <when value="line" /> |
53 | 53 |