toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simboot-api
/
love.forte.simboot.filter
/
StringMatcher
String
Matcher
fun
interface
StringMatcher
:
Matcher
<
String
,
String
>
(
source
)
字符串之间的匹配器。
Inheritors
StringMatchers
Members
Members & Extensions
Functions
match
Link copied to clipboard
abstract
fun
match
(
target
:
String
,
rule
:
String
)
:
Boolean
通过匹配规则,对目标进行匹配检测。
to
Keyword
Matcher
Link copied to clipboard
fun
StringMatcher
.
toKeywordMatcher
(
)
:
KeywordMatcher