Current section
Files
Jump to
Current section
Files
lib/progress_bar/utils.ex
defmodule ProgressBar.Utils do
def strip_invisibles(string) do
string |> String.replace(~r/\e\[\d*[a-zA-Z]|[\r\n]/, "")
end
end