normalizeAlef static method

String normalizeAlef(
  1. String text
)

converts all alefs to ALEF_MAMDODA with the exception of Alef maksura

Implementation

static String normalizeAlef(String text) => ArOp.normalize_alef(text);