in reply to Re^7: Control Structuresin thread Control Structures
import re re.sub(r'Perl[^A-Za-z]*', 'Python ', 'Perl6::Rules') [download]