Package-level declarations

Types

Link copied to clipboard

An IMfmParser implementation for detecting "swaying character" syntax. The string enclosed by "***" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "bold" syntax. The string enclosed by "**" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "bold" syntax. The string enclosed by tags will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "bold" syntax. The string enclosed by "__" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "emoji code" syntax. The string enclosed by ":" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "function" syntax. Strings that match the pattern "$\[functionName.arg1=value,arg2=value contents]" will be the search results.

Link copied to clipboard

An IMfmParser implementation for detecting "hashtag" syntax. Strings starting with "#" will be search results.

Link copied to clipboard

An IMfmParser implementation for detecting "inline code" syntax. The string enclosed by "`" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "italic" syntax. The string enclosed by "*" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "bold" syntax. The string enclosed by tags will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "italic" syntax. The string enclosed by "_" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "link" syntax. Strings that match the pattern "linkText" will be the search results.

Link copied to clipboard

An IMfmParser implementation for detecting "math inline" syntax. The string enclosed by "\[" and "\]" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "mention" syntax. The string starting with "@" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "plain tag" syntax. The string enclosed by tags will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "small" syntax. The string enclosed by tags will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "strike" syntax. The string enclosed by tags will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "strike" syntax. The string enclosed by "~~" will be the search result.

Link copied to clipboard

An IMfmParser implementation for detecting "Unicode Emoji" syntax. Emojis defined in Unicode are search results.

Link copied to clipboard

An IMfmParser implementation for detecting "URL" syntax. Search results will match patterns where URLs, such as 'http://example.com/' or 'http://さんぷる.com', are enclosed in angle brackets. e.g. http://example.com/ e.g. http://さんぷる.com/

Link copied to clipboard

An IMfmParser implementation for detecting "URL" syntax. Strings that match the pattern "https?://..." are the search results.