ParallelRegex::getPerlMatchingFlags PHP Method

getPerlMatchingFlags() protected method

Accessor for perl regex mode flags to use.
protected getPerlMatchingFlags ( ) : string
return string Perl regex flags.
    protected function getPerlMatchingFlags()
    {
        return $this->case ? 'msS' : 'msSi';
    }