Class Constants.RegexPatterns
Inherited Members
Namespace: GitCredentialManager
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class Constants.RegexPatterns
Fields
Any
A regular expression that matches any value.
Declaration
public const string Any = ".*"
Field Value
Type | Description |
---|---|
string |
Empty
A regular expression that matches empty strings.
Declaration
public const string Empty = "^$"
Field Value
Type | Description |
---|---|
string |
None
A regular expression that matches no value.
Declaration
public const string None = "$.+"
Field Value
Type | Description |
---|---|
string |