istext("I am text") returns false - rename to istextmime
#12872
Closed
Description
In multimedia.jl, istext()
is intended to assess MIME types. But since the istext()
is exported, it can be taken out of context and generate counter-intuitive results. Maybe a more descriptive name would be warranted?
From multimedia.jl --
# it is convenient to accept strings instead of ::MIME
istext(m::AbstractString) = istext(MIME(m))
Metadata
Assignees
Labels
No labels