mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	Add the missing $this->isRegexe()
This commit is contained in:
		| @@ -154,6 +154,11 @@ class Stash | ||||
|         return $array; | ||||
|     } | ||||
|  | ||||
|     private function isRegex($exp) | ||||
|     { | ||||
|         return @preg_match($exp, null) !== false; | ||||
|     } | ||||
|  | ||||
|     private function isMatch($exp, $str) | ||||
|     { | ||||
|         try { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user