25 #require_once 'Zend/Filter/Interface.php'; 61 if (self::$_unicodeSupportEnabled ===
null) {
75 self::$_unicodeSupportEnabled = (@preg_match(
'/\pL/u',
'a')) ?
true :
false;
95 $temp[
'match'] = array_shift(
$options);
99 $temp[
'replace'] = array_shift(
$options);
105 if (array_key_exists(
'match',
$options)) {
109 if (array_key_exists(
'replace',
$options)) {
122 $this->_matchPattern = $match;
166 if ($this->_matchPattern ==
null) {
167 #require_once 'Zend/Filter/Exception.php'; 171 return preg_replace($this->_matchPattern, $this->_replacement,
$value);
static $_unicodeSupportEnabled
setReplacement($replacement)
__construct($options=null)
static _determineUnicodeSupport()
static isUnicodeSupportEnabled()