isShortCode

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

@safe
bool
isShortCode
pure
(
string code
)

Parameters

code
Type: string

The code to check.

Return Value

Type: bool

True if it is a valid short code.

Meta