Searched refs:rawGame (Results 1 – 1 of 1) sorted by relevance
214 $rawGame = ""; variable218 if (preg_match('/\[\s*FEN\s*"([^"]*)"\s*\]/', $pgnGame, $matches)) { $rawGame = $matches[1]; } variable223 $rawGame = $pgnGame; variable228 …if (preg_match('/\[\s*FEN\s*"[^"]*"\s*\]/', $pgnGame, $matches)) { $rawGame = "[SetUp \"1\"]\n" . … variable229 $rawGame = $rawGame . preg_replace('/\[\s*\w+\s*"[^"]*"\s*\]\s*/', "", $pgnGame); variable263 if ($rawGame) {266 print $rawGame;