toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-quantcat-common
/
love.forte.simbot.quantcat.common.keyword
/
RegexValueMatcher
Regex
Value
Matcher
class
RegexValueMatcher
(
originalValue
:
String
,
isPlainText
:
Boolean
)
:
ValueMatcher
(
source
)
正则参数提取器。
Members
Constructors
Regex
Value
Matcher
Link copied to clipboard
constructor
(
originalValue
:
String
,
isPlainText
:
Boolean
)
Properties
original
Link copied to clipboard
open
override
val
original
:
String
获取原始字符串
regex
Link copied to clipboard
open
override
val
regex
:
Regex
获取用于匹配的正则
Functions
get
Param
Link copied to clipboard
open
override
fun
getParam
(
name
:
String
,
text
:
String
)
:
String
?
根据变量名称获取一个动态参数。 此文本需要符合正则表达式。
get
Parameters
Link copied to clipboard
open
override
fun
getParameters
(
text
:
String
?
)
:
MatchParameters
从一段匹配的文本中提取出需要的参数。
matches
Link copied to clipboard
open
override
fun
matches
(
text
:
String
)
:
Boolean
完全正则匹配。