Help for this page

Select Code to Download


  1. or download this
        # convert double-quotes to single-quotes
        if( $$quote && $text =~ s/"/''/s ){
    ...
        }
        while ($text =~ s/"([^"]*)"/``$1''/sg) {};
        $$quote = 1 if $text =~ s/"/``/s;
    
  2. or download this
    stuff "passage one" more stuff "passage two" stuff
    
  3. or download this
    stuff ''passage one`` more stuff ''passage two`` stuff