Table of Contents

Class RegexConstants

Namespace
OfficeOpenXml.FormulaParsing.Utilities
Assembly
Magicodes.EPPlus.dll
public static class RegexConstants
Inheritance
RegexConstants
Inherited Members

Fields

Boolean

public const string Boolean = "^(true|false)$"

Field Value

string

Decimal

public const string Decimal = "^[0-9]+\\.[0-9]+$"

Field Value

string

ExcelAddress

public const string ExcelAddress = "^(('[^/\\\\?*\\[\\]]{1,31}'|[A-Za-z_]{1,31})!)?[\\$]{0,1}([A-Z]|[A-Z]{1,3}[\\$]{0,1}[1-9]{1}[0-9]{0,7})(\\:({0,1}[A-Z]|[A-Z]{1,3}[\\$]{0,1}[1-9]{1}[0-9]{0,7})){0,1}$"

Field Value

string

Integer

public const string Integer = "^[0-9]+$"

Field Value

string

SingleCellAddress

public const string SingleCellAddress = "^(('[^/\\\\?*\\[\\]]{1,31}'|[A-Za-z_]{1,31})!)?[A-Z]{1,3}[1-9]{1}[0-9]{0,7}$"

Field Value

string