toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
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
, 对其进行匹配并返回匹配结果。