Searched refs:unicodeRegexp (Results 1 – 3 of 3) sorted by relevance
17 …public static $unicodeRegexp = '([*#0-9](?>\\xEF\\xB8\\x8F)?\\xE2\\x83\\xA3|\\xC2[\\xA9\\xAE]|\\xE… variable in Emojione\\Emojione92 static::$unicodeRegexp = $client->unicodeRegexp;116 $client->unicodeRegexp = static::$unicodeRegexp;
23 …public $unicodeRegexp = '([*#0-9](?>\\xEF\\xB8\\x8F)?\\xE2\\x83\\xA3|\\xC2[\\xA9\\xAE]|\\xE2..(\\x… variable in Emojione\\Client158 …return preg_replace_callback('/'.$this->ignoredRegexp.'|'.$this->unicodeRegexp.'/S', array($this, …169 …return preg_replace_callback('/'.$this->ignoredRegexp.'|'.$this->unicodeRegexp.'/S', array($this, …
59 …public $unicodeRegexp = '(?:[*#0-9](?>\\xEF\\xB8\\x8F)?\\xE2\\x83\\xA3(?!\\xEF\\xB8\\x8E)|[*#0-9]\… variable in syntax_plugin_emoji137 return $this->unicodeRegexp;