regEx static method

FormifyRule regEx(
  1. String pattern
)

Static factory method to create a regEx validation rule.

Implementation

static FormifyRule regEx(String pattern) => RegEx(pattern);