mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
This commit is contained in:
@ -159,7 +159,7 @@ class Target {
|
|||||||
* @return String regular expression pattern
|
* @return String regular expression pattern
|
||||||
*/
|
*/
|
||||||
private function buildRegex( $searchTerm ) {
|
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