RegularExpressionError()

Syntax

Result$ = RegularExpressionError()
Description
Return an human readable error (in english) about the lastest failure of CreateRegularExpression().

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

Supported OS

All

<- MatchRegularExpression() - RegularExpression Index - ReplaceRegularExpression() ->