Home
last modified time | relevance | path

Searched refs:rawGame (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpuzzler.php214 $rawGame = ""; variable
218 if (preg_match('/\[\s*FEN\s*"([^"]*)"\s*\]/', $pgnGame, $matches)) { $rawGame = $matches[1]; } variable
223 $rawGame = $pgnGame; variable
228 …if (preg_match('/\[\s*FEN\s*"[^"]*"\s*\]/', $pgnGame, $matches)) { $rawGame = "[SetUp \"1\"]\n" . … variable
229 $rawGame = $rawGame . preg_replace('/\[\s*\w+\s*"[^"]*"\s*\]\s*/', "", $pgnGame); variable
263 if ($rawGame) {
266 print $rawGame;