mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
commit
1ecf7120fe
@ -154,6 +154,11 @@ class Stash
|
|||||||
return $array;
|
return $array;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private function isRegex($exp)
|
||||||
|
{
|
||||||
|
return @preg_match($exp, null) !== false;
|
||||||
|
}
|
||||||
|
|
||||||
private function isMatch($exp, $str)
|
private function isMatch($exp, $str)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user