Class WhiteElo
Description of WhiteElo:
9.1.2: Tags: WhiteElo, BlackElo
These tags use integer values; these are used for FIDE Elo ratings. A value of
"-" is used for an unrated player.
-
pgn\tags\Tag
-
pgn\tags\WhiteElo
Methods summary
public
string
|
#
getName( )
Returns
string
Assert()
=== "WhiteElo"
|
public
string
|
|
public
boolean
|
#
validate( string $data )
Parameters
Returns
boolean
Assert("*")
=== false
Assert("-")
=== false
Assert("19")
=== true
Assert("1900")
=== 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
|