Help for this page

Select Code to Download


  1. or download this
    my %replacement = (
        'b' => 'Black to move',
        'w' => 'White to move',
        );
    
  2. or download this
    $s =~ s{
      Event \s+ " \K [?] (?= " .*? FEN [^\n]* \s+ ($string2) \s+ -)
      }
      {$replacement{$1}}xmsg;