public function TestMultiplePcreFilterIterator::toRegex in Database Sanitize 7
Converts string into regexp.
Parameters
string $str Pattern:
Return value
string regexp corresponding to a given string
Overrides MultiplePcreFilterIterator::toRegex
File
- vendor/
symfony/ finder/ Tests/ Iterator/ MultiplePcreFilterIteratorTest.php, line 67
Class
Namespace
Symfony\Component\Finder\Tests\IteratorCode
public function toRegex($str) {
throw new \BadFunctionCallException('Not implemented');
}