Click or drag to resize
JenevaValidationContextMustRegexpr Method
Validates if current field value follows the regular expression

Namespace: Jeneva.Validation.Impl
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void MustRegexpr(
	string expr,
	string msg
)

Parameters

expr
Type: SystemString
the regular expression
msg
Type: SystemString
failure message

Implements

IJenevaValidationContextMustRegexpr(String, String)
See Also