Unicode.Property.extended_numeric-question-mark

You're seeing just the function extended_numeric-question-mark, go back to Unicode.Property module for more information.
Link to this function

extended_numeric?(codepoint_or_binary)

View Source

Returns a boolean based upon whether the given codepoint or binary is all numberic characters.

Example

iex> Unicode.Property.extended_numeric? "123" true iex> Unicode.Property.extended_numeric? "⅔" true