more cleanPgn() cleanup: trim lines, del initial blanks, one space only...

This commit is contained in:
2023-06-18 21:01:59 +02:00
parent ce0923d0e9
commit 8187168ca2
2 changed files with 19 additions and 14 deletions

View File

@@ -4,6 +4,7 @@
class PgnGameParser{
private $pgnGame;
private $moveBuilder;
private $defaultFen = 'rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1';
private $gameData = array();