Set-Unicode
Command Description
Set regular expression to use Unicode character set
Command Prototype
Regex.SetUnicode(bVal)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
bVal | True | boolean | True | Valid or not |
Demo
TracePrint("--------------------------------Set to use Unicode character set-------------------- ----")
//-------------------------------------------------------------------------------
//[Remarks] Set the regular expression to use the Unicode character set.
//Input parameter 1:
// bVal--Whether it takes effect.
//out parameters:
// None.
//
//Command prototype: Regex.SetUnicode(bVal)
//-------------------------------------------------------------------------------
Regex.SetUnicode(bVal)