RegexPatternAttribute(String) Constructor
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.
Construct the RegexPatternAttribute.
public RegexPatternAttribute (string pattern);
new Microsoft.Bot.Builder.Scorables.RegexPatternAttribute : string -> Microsoft.Bot.Builder.Scorables.RegexPatternAttribute
Public Sub New (pattern As String)
Parameters
- pattern
- String
The regular expression pattern.