same static method
Static factory method to create a same validation rule.
Implementation
static FormifyRule same(String pattern) => Same(pattern);
Static factory method to create a same validation rule.
static FormifyRule same(String pattern) => Same(pattern);