Dispatcher.MakeRegex(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected virtual System.Text.RegularExpressions.Regex MakeRegex (string pattern);
abstract member MakeRegex : string -> System.Text.RegularExpressions.Regex
override this.MakeRegex : string -> System.Text.RegularExpressions.Regex
Protected Overridable Function MakeRegex (pattern As String) As Regex
Parameters
- pattern
- String