#!/usr/bin/perl

while (<>)
{
	s/\b(\w+)	# erkenne ein Wort
	\s		# welches durch ein Whitespace getrennt ist
	(?=\1		# Schaue ob danach das gleiche Wort vorkommt
	\b		# welches durch eine Wortgrenze endet
	(?!'\w		# Apostroph gilt aber nicht als Wortgrenze
	))//gix;
	print;
}
Archiviert am 14.02.2026
valid-html401.png patent_button.gif anybrowser.gif permaplant.png vim.gif elektra.jpg fsfe-logo.png valid-css.png