Class Regex
Regex
Score or remove tags which match a specified regex pattern. This filter requires special options.
array( 'pattern' => '[^0-9]', // Tags which does not contain numbers 'modificator' => 'i', // PHP's regex modificators // (i = case-insensitive) )
- Jity\TagGeneratorBundle\Filter\AbstractFilter implements Jity\TagGeneratorBundle\Filter\FilterInterface
-
Jity\TagGeneratorBundle\Filter\Regex
Namespace: Jity\TagGeneratorBundle\Filter
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses:
Located at Filter/Regex.php
Author: Hermann Mayer <hermann.mayer92@gmail.com>
Uses:
Jity\TagGeneratorBundle\Filter\AbstractFilter
Located at Filter/Regex.php
public
|
__construct()
|
$factor,
$options,
$remove
|