Click or drag to resize
ValidationBuilderRegex Method
Appends a Regex check

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ValidationBuilder Regex(
	string pattern,
	string value
)

Parameters

pattern
Type: SystemString
value
Type: SystemString

Return Value

Type: ValidationBuilder
See Also