Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Grapheme.php

SYMFONY_GRAPHEME_CLUSTER_RX

3 uses of SYMFONY_GRAPHEME_CLUSTER_RX
Grapheme::grapheme_extract in vendor/symfony/polyfill-intl-grapheme/Grapheme.php
Grapheme::grapheme_strlen in vendor/symfony/polyfill-intl-grapheme/Grapheme.php
Grapheme::grapheme_substr in vendor/symfony/polyfill-intl-grapheme/Grapheme.php

File

vendor/symfony/polyfill-intl-grapheme/Grapheme.php, line 14

Namespace

Symfony\Polyfill\Intl\Grapheme

Code

\define('SYMFONY_GRAPHEME_CLUSTER_RX', ((double) \PCRE_VERSION < 10 ? (double) \PCRE_VERSION >= 8.32 : (double) \PCRE_VERSION >= 10.39) ? '\\X' : Grapheme::GRAPHEME_CLUSTER_RX);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal