File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -864,10 +864,10 @@ valid_url No Fails if field does not contain (loosely) a
864
864
URL. Includes simple strings that could be
865
865
hostnames, like "codeigniter".
866
866
valid_url_strict Yes Fails if field does not contain a valid URL. valid_url_strict[https]
867
- Roughly equivalent to a "fail anything that
868
- would not be a clickable link." You can
869
- optionally specify a list of valid schemas.
870
- If not specified, `` http,https `` are valid .
867
+ You can optionally specify a list of valid
868
+ schemas. If not specified, `` http,https ``
869
+ are valid. This rule uses
870
+ PHP's `` FILTER_VALIDATE_URL `` .
871
871
valid_date No Fails if field does not contain a valid date. valid_date[d/m/Y]
872
872
Accepts an optional parameter to matches
873
873
a date format.
You can’t perform that action at this time.
0 commit comments