UtilRegExPatternsHtmlTag Field
A pattern that matches the content of an Html enclosed tag.
Namespace: DevCase.Core.DataProcessing.RegExAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public const string HtmlTag = "/^<([a-z]+)([^<]+)*(?:>(.*)<\/\1>|\s+\/>)$/"
Public Const HtmlTag As String = "/^<([a-z]+)([^<]+)*(?:>(.*)<\/\1>|\s+\/>)$/"
Dim value As String
value = UtilRegExPatterns.HtmlTag
public:
literal String^ HtmlTag = "/^<([a-z]+)([^<]+)*(?:>(.*)<\/\1>|\s+\/>)$/"
static val mutable HtmlTag: string
No code example is currently available or this language may not be supported.
Field Value
String