User: editor -- 2021-03-08 << 1458 1460 >> |
Hits: 2903 |
Type: Advanced search and replace |
Search all Advanced search and replace examples |
Description: |
How to group text by specified number of lines and apply with specified format? |
Input Sample: |
line1 line2 line3 line4 line5 line6 |
Output Sample: |
<p>{line1|line2|line3}</p> <BLOCK/> <p>{line4|line5|line6}</p> <BLOCK/> |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-o open text file 2. ctrl-h open 'replace' dialog * set 'replace unit' to 'Paragraph' * set 'replace with pattern' to: * click 'settings' tab, set 'paragraph delimiter' to: "Fix para lines", and change the lines to the number of lines you want to group: 3. click "Replace", done. |
Screenshot 1: Replace_Window |
Similar Examples: |
How to count the number of lines under each specified pattern? (64%) How to keep specified number of lines randomly? (62%) How to change each line of data to the specified format? (62%) How to decorate each of marching number with specified format? (61%) How to convert a text file to specified format? (61%) How to create a text file including filenames in a folder with specified format? (60%) How to convert pipe separated elements in each line to specified format? (59%) How to change each line into specified format? (58%) |
Check Demo of Advanced search and replace |
Keywords: |
paragraph delimiter block specified format group fix paragraph paragra number of lines delimiter settings group lines change number format text file tab delimiter change paragraph search paragraph file number format paragraph pattern paragraph replace |