You are here

class Zl in Search API 8

Represents characters of the Unicode category "Zl" ("Separator, Line").

Hierarchy

Expanded class hierarchy of Zl

File

src/Plugin/search_api/processor/Resources/Zl.php, line 8

Namespace

Drupal\search_api\Plugin\search_api\processor\Resources
View source
class Zl implements UnicodeCharacterPropertyInterface {

  /**
   * {@inheritdoc}
   */
  public static function getRegularExpression() {

    // phpcs:disable
    return '\\x{2028}';

    // phpcs:enable
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Zl::getRegularExpression public static function Returns a regular expression matching this character class. Overrides UnicodeCharacterPropertyInterface::getRegularExpression