File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ pattern
95
95
96
96
This required option is the regular expression pattern that the input will
97
97
be matched against. By default, this validator will fail if the input string
98
- does *not * match this regular expression (via the `preg_match `_ PHP function).
98
+ does *not * match this regular expression (via the :phpfunction: `preg_match ` PHP function).
99
99
However, if `match `_ is set to false, then validation will fail if the input
100
100
string *does * match this pattern.
101
101
@@ -114,6 +114,4 @@ message
114
114
115
115
**type **: ``string `` **default **: ``This value is not valid ``
116
116
117
- This is the message that will be shown if this validator fails.
118
-
119
- .. _`preg_match` : http://php.net/manual/en/function.preg-match.php
117
+ This is the message that will be shown if this validator fails.
You can’t perform that action at this time.
0 commit comments