DefaultContent.isDelimiter

Returns whether or not the given character is a line delimiter. Both CR and LF are valid line delimiters. <p>

@param ch the character to test @return true if ch is a delimiter, false otherwise

class DefaultContent
bool
isDelimiter
(
char ch
)

Meta