TokenizableIntoNumericAndAlphaTokens
Canonical URL: https://metadata.datadrivendiscovery.org/types/TokenizableIntoNumericAndAlphaTokensValue can be tokenized into pure numeric tokens (satisfies "isdigit") and pure alphabetic tokens(satisfies "isalpha"). E.g., value "123abc456" can be tokenized into ("123", "abc", "456").