Help for this page

Select Code to Download


  1. or download this
    s/\b((qu|[bcdfghjklmnpqrstvwxyz]+)?([a-z]+))/$2?$3.$2."ay":$1."way"/eg
    +;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
                                                # put it at end of word an
    +d add "ay"
                                                # otherwise, just add "way
    +"
    print $test;