bban parse function

This commit is contained in:
2024-05-11 11:52:34 -04:00
parent ae17d13731
commit 4abf01b752
5 changed files with 29 additions and 12 deletions

View File

@@ -14,5 +14,9 @@ def normalize_and_slice(string, range) do
string
|> normalize()
|> String.slice(range)
# |> case do
# "" -> nil
# result -> result
# end
end
end