RegularExpressionError()

语法

Result$ = RegularExpressionError()
概要
Returns an human readable error (in english) about the latest failure of CreateRegularExpression().

参数

无.

返回值

Returns an human readable error (in english) about the latest failure of CreateRegularExpression().

示例

  ; Here we put an extra bracket '[', so there is a syntax error in the regular expression
  ;    
  If CreateRegularExpression(0, "[a-z]b[[A-Z][]")
    Debug "Success"
  Else
    Debug RegularExpressionError()
  EndIf

参阅

CreateRegularExpression()

已支持操作系统

所有

<- NextRegularExpressionMatch() - RegularExpression Index - RegularExpressionGroup() ->