You are here

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

TestMultiplePcreFilterIterator

Namespace

Symfony\Component\Finder\Tests\Iterator

Code

public function toRegex($str) {
  throw new \BadFunctionCallException('Not implemented');
}