Checks if the number is a valid vanity (alpha) number such as 800 MICROSOFT. A valid vanity
number will start with at least 3 digits and will have three or more alpha characters. This
does not do region-specific checks - to work out if this number is actually valid for a region,
it should be parsed and methods such as {@link #isPossibleNumberWithReason} and
{@link #isValidNumber} should be used.
public isAlphaNumber ( string $number ) : boolean | ||
$number | string | the number that needs to be checked |
return | boolean | true if the number is a valid vanity number |