File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree 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
864864 URL. Includes simple strings that could be
865865 hostnames, like "codeigniter".
866866valid_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 `` .
871871valid_date No Fails if field does not contain a valid date. valid_date[d/m/Y]
872872 Accepts an optional parameter to matches
873873 a date format.
You can’t perform that action at this time.
0 commit comments