filter Function

Returns the value stripped of any characters not matching "a" to "z", "A" to "Z", "0" to "9" or "-".

Summary

ElementFunction
ReturnsString

Arguments

nameString[required] The value to filter.

Example

$this->filter('hello-world');
CodeMessageLineFile
2count(): Parameter must be an array or an object that implements Countable224/home2/ptorg/public_html/pagetype/content/pages/en/docml.viewer.php