CheckUnicodeCategory(Rune, out Boolean, out Boolean) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Check if a character is a Unicode whitespace or punctuation character.

public static void CheckUnicodeCategory(this Rune r, scoped out bool space, scoped out bool punctuation)

Parameters

r
Rune

The character to evaluate. A supplementary character is also accepted.

space
Boolean

true if the character is an Unicode whitespace character

punctuation
Boolean

true if the character is a Unicode punctuation character