Searched refs:PATTERN_INSERT_SPACES (Results 1 – 1 of 1) sorted by relevance
29 …const PATTERN_INSERT_SPACES = '(?<!\b|^)((?<![[:upper:]])[[:upper:]]|[[:upper:]](?!([[:upper:]]|$)… define in syntax_plugin_interwikiformatting98 $title = preg_replace('/' . self::PATTERN_INSERT_SPACES . '/', ' $1', $title);