UtilRegExPatternsAlphabeticText Field
A pattern that matches alphabetic text.
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 AlphabeticText = "[A-Za-z]+"
Public Const AlphabeticText As String = "[A-Za-z]+"
Dim value As String
value = UtilRegExPatterns.AlphabeticText
public:
literal String^ AlphabeticText = "[A-Za-z]+"
static val mutable AlphabeticText: string
No code example is currently available or this language may not be supported.
Field Value
String