mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-12 17:29:30 +02:00
This commit is contained in:
@ -159,7 +159,7 @@ class Target {
|
||||
* @return String regular expression pattern
|
||||
*/
|
||||
private function buildRegex( $searchTerm ) {
|
||||
return '/(?<![\:\.\@\/\?\&])' . $this->wordStart . $searchTerm . $this->wordEnd . '/S';
|
||||
return '/(?<![\:\.\@\/\?\&])' . $this->wordStart . $searchTerm . $this->wordEnd . '/Su';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user