You are here

class Me in Search API 8

Represents characters of the Unicode category "Me" ("Mark, Enclosing").

Hierarchy

Expanded class hierarchy of Me

1 string reference to 'Me'
IgnoreCharacterTest::ignoreCharacterSetsDataProvider in tests/src/Unit/Processor/IgnoreCharacterTest.php
Data provider for testValueConfiguration().

File

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

Namespace

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

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

    // phpcs:disable
    return '\\x{0488}\\x{0489}\\x{20DD}\\x{20DE}\\x{20DF}\\x{20E0}\\x{20E2}' . '\\x{20E3}\\x{20E4}\\x{A670}\\x{A671}\\x{A672}';

    // phpcs:enable
  }

}

Members

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