RegularExpressionMatchString()

语法

Result$ = RegularExpressionMatchString(#RegularExpression)
概要
Returns the string that matched the #RegularExpression in the last call to NextRegularExpressionMatch().

参数

#RegularExpression The regular expression to use. ExamineRegularExpression() and NextRegularExpressionMatch() must have been called on this regular expression.

返回值

The sub-string that matched the regular expression.

示例

See ExamineRegularExpression() for an example.

参阅

ExamineRegularExpression(), NextRegularExpressionMatch(), RegularExpressionMatchPosition(), RegularExpressionMatchLength()

已支持操作系统

所有

<- RegularExpressionMatchPosition() - RegularExpression Index - RegularExpressionNamedGroup() ->