Uses of Interface
org.commonmark.text.CharMatcher
Packages that use CharMatcher
Package
Description
Experimental APIs to use for extensions.
Markdown rendering (see
MarkdownRenderer)Text processing utilities for parsing and rendering, exported for use by extensions
-
Uses of CharMatcher in org.commonmark.parser.beta
Methods in org.commonmark.parser.beta with parameters of type CharMatcherModifier and TypeMethodDescriptionintScanner.find(CharMatcher matcher) intScanner.match(CharMatcher matcher) -
Uses of CharMatcher in org.commonmark.renderer.markdown
Methods in org.commonmark.renderer.markdown with parameters of type CharMatcherModifier and TypeMethodDescriptionvoidMarkdownWriter.pushRawEscape(CharMatcher rawEscape) Escape the characters matching the supplied matcher, in all text (text and raw).voidMarkdownWriter.text(String s, CharMatcher escape) Write the supplied string with escaping. -
Uses of CharMatcher in org.commonmark.text
Classes in org.commonmark.text that implement CharMatcherModifier and TypeClassDescriptionclassChar matcher that can match ASCII characters efficiently.