doc-src/fixbookmarks.pl
author wenzelm
Tue, 02 Nov 2010 20:15:57 +0100
changeset 40298 2bdb14323fbf
parent 6636 80052270f08b
permissions -rw-r--r--
eliminated fragile catch-all pattern, based on educated guess about the intended exception;


s/\\([a-zA-Z]+)\s*/$1/g;
s/\$//g;
s/^BOOKMARK/\\BOOKMARK/g;