numero v0.3.1 Release Notes
Release Date: 2018-12-11 // over 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.3.0
-
In this version removing non digits in a string is much faster thanks to suggests from people in elixir forum.
And there are two slight changes in API
๐ 1. Exceptions in remove non digits are now accepting char arrays instead of array of char arrays (which was a mistake of mine) e.g.: ~c[123] instead of ['1', '2', '3']
- function
is_digit_only?
is changes todigit_only?
(althoughis_digit_only?
exists just for a little backward compatibility.
- function