stripShadda static method

String stripShadda(
  1. String text
)

Strip Shadda from text and return a result text.

Implementation

static String stripShadda(String text) => ArOp.strip_shadda(text);