Set-Multi-Line
Command Description
Set regular expression for multi-line matching
Command Prototype
Regex.SetMutexLine(bVal)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
bVal | True | boolean | True | Valid 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)