toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-quantcat-common
/
love.forte.simbot.quantcat.common.keyword
/
SimpleKeyword
Simple
Keyword
class
SimpleKeyword
(
val
text
:
String
,
isPlainText
:
Boolean
=
false
)
:
Keyword
(
source
)
一个普通的value值构建为
Keyword
实例。
Members
Constructors
Simple
Keyword
Link copied to clipboard
constructor
(
text
:
String
,
isPlainText
:
Boolean
=
false
)
Properties
regex
Link copied to clipboard
open
override
val
regex
:
Regex
关键词文本
text
转化后的正则类型。
regex
Value
Matcher
Link copied to clipboard
open
override
val
regexValueMatcher
:
ValueMatcher
基于正则
regex
的匹配与参数提取器。
text
Link copied to clipboard
open
override
val
text
:
String
关键词的字符串文本。