mime.text

Text utility functions.

Members

Functions

isTextualData
bool isTextualData(const(void)[] data)

Check if data seems to be textual. Can be used to choose whether to use text/plain or application/octet-stream as fallback.

Meta