Help for this page

Select Code to Download


  1. or download this
    __OUTPUT__
    Hello
    ...
    Monks
    Slash
    Dot
    
  2. or download this
    for ($foo) {
        for (/[A-Z][a-z]+(?:\s[A-Z][a-z]+)+/g) {
            print "$_ \n";
        }
    }