RegularExpressionMatchLength()

语法

Result = RegularExpressionMatchLength(#RegularExpression)
概要
Returns the length in characters of the current matching string after a call to NextRegularExpressionMatch().

参数

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

返回值

The length of the current match in characters.

示例

See ExamineRegularExpression() for an example.

参阅

ExamineRegularExpression(), NextRegularExpressionMatch(), RegularExpressionMatchString(), RegularExpressionMatchPosition()

已支持操作系统

所有

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