mirror of
				https://github.com/diocloid/LinkTitles.git
				synced 2025-10-22 05:42:32 +02:00 
			
		
		
		
	Merge pull request #1 from alterphp/main
Fix https://github.com/neayi/tripleperformance/issues/417
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