Paragraphs/Blocks
Line-based
New Scripts
1
Join all lines of a paragraph to one.
2008.03.11
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
For Qualified Blocks Only
1
Append a trailing line after each block.
2006.04.13
2
Print all 'unnamed' blocks.
2006.04.26
3
Insert a specific line into a block if it does not have one.
2007.01.09
4
Numbering mathematical formulas.
2007.03.02
5
Replace blocks containing
PAT
with specified texts.
2008.01.18
6
Get every block containing
PAT
.
2008.02.09