toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simboot-api
/
love.forte.simboot.filter
/
RegexMatcherValue
Regex
Matcher
Value
class
RegexMatcherValue
(
originalValue
:
String
,
isPlainText
:
Boolean
)
:
MatcherValue
(
source
)
正则参数提取器。
Members
Constructors
Regex
Matcher
Value
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
完全正则匹配。