Help for this page

Select Code to Download


  1. or download this
        '"foo" & "bar"'
    
  2. or download this
        '" He said ""maybe"" "'
    
  3. or download this
        '"foo" & "bar"' -> '<"foo"> & <"bar">'
    
  4. or download this
    
        #!/usr/bin/perl -w
    ...
        while (my($input, $result) = each %strings) {
            is(find_quote($input), $result, "for string:\t" . "'$input'");
        }