Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit be94eb0

Browse files
committed
docs: added required to regex pattern parameter
1 parent 02ebd50 commit be94eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-rules_regex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Validator::regex('/[a-z]/', match: false)->validate('123'); // true
3131
3232
## Options
3333

34-
### `pattern`
34+
### `pattern` `required`
3535

3636
type: `string`
3737

0 commit comments

Comments
 (0)