NYSIIS: Difference between revisions

37 bytes removed ,  11 years ago
m
→‎{{header|Perl 6}}: improved the last substitution
(→‎{{header|Perl 6}}: last substitution needs improvement.)
m (→‎{{header|Perl 6}}: improved the last substitution)
Line 229:
s/ S$ //;
s/ A$ //;
s:g/ (.)$0+) /$0/; # this does nothing. To be improved.
}
}
10,333

edits