Show / Hide Table of Contents

Class Constants.RegexPatterns

Inheritance
object
Constants.RegexPatterns
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX