KeywordMatcher

fun interface KeywordMatcher(source)

基于关键词 Keyword 的字符串匹配器接口。

Author

ForteScarlet

Functions

Link copied to clipboard
abstract fun test(keyword: Keyword, value: String): Boolean

提供一个匹配关键词 keyword 和匹配目标 value, 对其进行匹配并返回匹配结果。