Class Board
Description of Board:
This uses an integer; this identifies the board number in a team event and also
in a simultaneous exhibition.
-
pgn\tags\Tag
-
pgn\tags\Board
Methods summary
public
the
|
|
public
boolean
|
#
validate( string $data )
Parameters
Returns
boolean
Assert("*")
=== false
Assert("-")
=== false
Assert("1")
=== true
Assert("19")
=== true
Assert("3.1")
=== false
Assert("4.1.2")
=== false
Assert("?")
=== true
Assert("????.??.??")
=== false
Assert("a")
=== false
Assert("asdf")
=== false
Assert(1)
=== true
Assert(3.1)
=== false
Assert(null)
=== false
Overrides
|
public static
string
|
#
validPattern( )
Returns
string Valid Regular Expression Pattern for PGN Rounds
Overrides
|