Home
last modified time | relevance | path

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

/plugin/interwikiformatting/
H A Dsyntax.php29 …const PATTERN_INSERT_SPACES = '(?<!\b|^)((?<![[:upper:]])[[:upper:]]|[[:upper:]](?!([[:upper:]]|$)… define in syntax_plugin_interwikiformatting
98 $title = preg_replace('/' . self::PATTERN_INSERT_SPACES . '/', ' $1', $title);