stripTatweel static method

String stripTatweel(
  1. String text
)

Strip tatweel (elongation characters) from text and return a result text.

Implementation

static String stripTatweel(String text) => ArOp.strip_tatweel(text);