isWrapChar

open fun isWrapChar(char: Char): Boolean

Determines if the character is considered a "wrap" character.

Return

true if it is a "wrap" character; false otherwise.

See also

Parameters

char

the character to check