Skip to main content

Set-Multi-Line

Command Description

Set regular expression for multi-line matching

Command Prototype

Regex.SetMutexLine(bVal)

Parameter Description

ParameterRequiredTypeDefaultDescription
bValTruebooleanTrueValid or not

Demo

TracePrint("----------------------Set multi-line match----------------------- ---") 
//-------------------------------------------------------------------------------
//[Remarks] Set the regular expression to match multiple lines.
//Input parameter 1:
// bVal--Whether it takes effect.
//out parameters:
// None.
//
//Command prototype: Regex.SetMutexLine(bVal)
//-------------------------------------------------------------------------------
Regex.SetMutexLine(bVal)