File src/Utility/Filters.php

class Tlf\Scrawl\Utility\Filters

A set of functions that receive an input string, modify it, and output the modified string.

The function name is the filter name, to be used like @ast(...path..., ast/default, trim)
See source code at /src/Utility/Filters.php

Constants

Properties

Methods

  • static public function trim(string $input): string