Unicode.Property.numeric-question-mark

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

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

Example

iex> Unicode.Property.numeric? "123"
true
iex> Unicode.Property.numeric? "123a"
false