Help for this page

Select Code to Download


  1. or download this
    while(<>) {
        s{ \b([bcdfghjklmpqrstvwxyz]?)(\w+) }
    ...
           else   {$2."way"} }egix;
        print;
        }
    
  2. or download this
    while(<>) {
        s{ \b([bcdfghjklmpqrstvwxyz]*)([aeiou]+)(\w*) }
    ...
           else   {$2.$3."way"} }egix;
        print;
        }