isShortCode

Returns if the code is a valid short Open Location Code.

@safe pure
bool
isShortCode
(
string code
)

Parameters

code string

The code to check.

Return Value

Type: bool

True if it is a valid short code.

Meta