Home
last modified time | relevance | path

Searched refs:offset_pattern (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Utf8/
H A DPhpString.php115 $offset_pattern = '';
130 if ($Ox) $offset_pattern = '(?:.{65535}){' . $Ox . '}';
131 $offset_pattern = '^(?:' . $offset_pattern . '.{' . $Oy . '})';
133 $offset_pattern = '^'; // offset == 0; just anchor the pattern
162 if (!preg_match('#' . $offset_pattern . $length_pattern . '#us', $str, $match)) return '';