TODO in fen parser
This commit is contained in:
@@ -31,6 +31,7 @@ class PgnParser
|
||||
{
|
||||
$c = $this->pgnContent;
|
||||
$c = preg_replace("/\\$[0-9]+/s", "", $c);
|
||||
$c = str_replace("({", "( {", $c);
|
||||
$c = preg_replace("/{([^\[]*?)\[([^}]?)}/s", '{$1-SB-$2}', $c);
|
||||
$c = preg_replace("/\r/s", "", $c);
|
||||
$c = preg_replace("/\t/s", "", $c);
|
||||
|
Reference in New Issue
Block a user