toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simboot-api
/
love.forte.simboot.filter
/
KeywordMatcher
Keyword
Matcher
fun
interface
KeywordMatcher
:
Matcher
<
String
,
Keyword
>
(
source
)
使用
Keyword
作为匹配规则的匹配器。
Author
ForteScarlet
Inheritors
KeywordRegexMatchers
MatchType
Members
Functions
match
Link copied to clipboard
abstract
fun
match
(
target
:
String
,
rule
:
Keyword
)
:
Boolean
通过匹配规则,对目标进行匹配检测。