$sanitizer


Properties and Methods

$sanitizer->pageName($value)

Introduced in Version 2.0

Description

Sanitizes a value for a URL friendly Page name. Same as the name() filter, except that it converts uppercase to lowercase, and it attempts UTF-8 to ASCII conversion.

Post Comment