polyfill icon indicating copy to clipboard operation
polyfill copied to clipboard

added the grapheme_levenshtein polyfill (closes #555)

Open sudam802 opened this issue 1 month ago • 0 comments

This PR implements the grapheme_levenshtein() function for:

  • symfony/polyfill-intl-grapheme
  • symfony/polyfill-php85 (when intl is loaded)

Includes: ✔ Function implementation
✔ ICU-compatible segmentation
✔ Test file: tests/Intl/Grapheme/grapheme_levenshtein.phpt

sudam802 avatar Nov 25 '25 16:11 sudam802