normalizeHamzaTasheel method

String normalizeHamzaTasheel()

Standardize the Hamzat into one form of hamza (Tasheel method), replace Madda by hamza and alef. Replace the LamAlefs by simplified letters.

Implementation

String normalizeHamzaTasheel() =>
    ArOp.normalize_hamza(this, method: ArOp.METHOD_TASHEEL);