Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-quantcat-common
/
love.forte.simbot.quantcat.common.keyword
/
KeywordMatcher
Keyword
Matcher
fun
interface
KeywordMatcher
(
source
)
基于关键词
Keyword
的字符串匹配器接口。
Author
ForteScarlet
Members
Functions
test
Link copied to clipboard
abstract
fun
test
(
keyword
:
Keyword
,
value
:
String
)
:
Boolean
提供一个匹配关键词
keyword
和匹配目标
value
, 对其进行匹配并返回匹配结果。