#!/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
patent_button.gif valid-html401.png elektra.jpg permaplant.png fsfe-logo.png valid-css.png vim.gif anybrowser.gif