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