a number represented in string
e.g. '>=100 and <=999'. Please reference the laserfiche documentation for more information: https://www.laserfiche.com/support/webhelp/Laserfiche/10/en-US/administration/#../Subsystems/ LFAdmin/Content/Restricting_Field_Data_to_a_Specific_Format.htm?Highlight=constraintformat
true if value satisfies the numeric constraint
Given a string representing a laserfiche text constraint, returns the corresponding regex as string
// e.g. '[[:alnum:]][[:alnum:]][[:alnum:]]'. Please reference the laserfiche documentation for more information: https://www.laserfiche.com/support/webhelp/Laserfiche/10/en-US/administration/#../Subsystems/LFAdmin/Content/Restricting_Field_Data_to_a_Specific_Format.htm?Highlight=constraintformat
the corresponding regex
Generated using TypeDoc
Given a string representing a Laserfiche numeric field, and a check constraint, determines if the numeric field satisfies the constraint