This commit is contained in:
TwinProduction 2020-10-23 16:35:16 -04:00
parent 4655e74c2a
commit 72e6d1cda9

View File

@ -38,10 +38,10 @@ const (
// LengthFunctionPrefix is the prefix for the length function
LengthFunctionPrefix = "len("
// LengthFunctionPrefix is the prefix for the pattern function
// PatternFunctionPrefix is the prefix for the pattern function
PatternFunctionPrefix = "pat("
// LengthFunctionPrefix is the suffix for all functions
// FunctionSuffix is the suffix for all functions
FunctionSuffix = ")"
// InvalidConditionElementSuffix is the suffix that will be appended to an invalid condition