Multiline Patterns.
1 Remove HTML tags (may be multi-line) of a file. 2000.10.26
2 Remove comments (/* ... */, maybe multi-line) of a C program. 2001.02.26
3 Extract (possibly multiline) contents between 'BEGIN' and the matching 'END'. 2005.10.24
4 Replace odd-numbered and even-numbered double quotes with single quotes and back quotes, respectively. 2007.01.16
5 Replace '**' with <B> and </B> alternatively. 2007.06.13
6 Find failed instances without latter successful ones. 2008.01.16
Main Menu