abogosyan
Results
2
issues of
abogosyan
The idea is similar to `external_validator` option This option allows you to define own string formats and validate it with any `fun(binary()) -> ok | error`. For example: ``` Validators...