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

Breadcrumb

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

Grapheme::CASE_FOLD

File

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

Class

Grapheme
Partial intl implementation in pure PHP.

Namespace

Symfony\Polyfill\Intl\Grapheme

Code

private const CASE_FOLD = [
    [
        'µ',
        'ſ',
        "ͅ",
        'ς',
        "ϐ",
        "ϑ",
        "ϕ",
        "ϖ",
        "ϰ",
        "ϱ",
        "ϵ",
        "ẛ",
        "ι",
    ],
    [
        'μ',
        's',
        'ι',
        'σ',
        'β',
        'θ',
        'φ',
        'π',
        'κ',
        'ρ',
        'ε',
        "ṡ",
        'ι',
    ],
];

API Navigation

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