| Every Paragraph of a File | ||
| 1 | Get the first line of every paragraph. 2001.01.26 | |
| 2 | Get the first line of every paragraph(different approach). 2006.06.09 | |
| 3 | Get the last line of every paragraph. 2001.03.02 | |
| 4 | Get the last line of every paragraph(different approach). 2006.06.09 | |
| 5 | Join all lines of a paragraph to one. 2008.03.11 | |
| 6 | Insert a header and an ending line to enclose every paragraph. 2000.11.23 | |
| 7 | Reformat every paragraph such that every line will contain no more than 30 chars. 2001.07.17 | |
| 8 | Join all lines of a paragraph into one with blank lines retained. 2006.04.27 | |
| 9 | Join all lines of a paragraph into one with blank lines removed. 2006.04.27 | |
| For Qualified Paragraphs Only | ||
| 1 | Get every paragraph that contains 'HERE'. 2000.10.27 | |
| 2 | Delete every paragraph that contains PAT. 2006.09.29 | |
| 3 | Print the N1-th, N2-th, ..., paragraph. 2011.09.16 | |