Zs.php in Search API 8
File
src/Plugin/search_api/processor/Resources/Zs.php
View source
<?php
namespace Drupal\search_api\Plugin\search_api\processor\Resources;
class Zs implements UnicodeCharacterPropertyInterface {
public static function getRegularExpression() {
return '\\x{0020}\\x{00A0}\\x{1680}\\x{2000}\\x{2001}\\x{2002}\\x{2003}' . '\\x{2004}\\x{2005}\\x{2006}\\x{2007}\\x{2008}\\x{2009}\\x{200A}' . '\\x{202F}\\x{205F}\\x{3000}';
}
}
Classes
Name |
Description |
Zs |
Represents characters of the Unicode category "Zs" ("Separator, Space"). |