Regex GetLastError() Method

Provides an error message explanation if Compile() or Matches() fails.

Function Signature

 string GetLastError()

Parameters

Parameter Type Description

None

Return

Type Description

string

The text of the last error message.

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

Regex