normalizeHamzaUniform method

String normalizeHamzaUniform()

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

Implementation

String normalizeHamzaUniform() =>
    ArOp.normalize_hamza(this, method: ArOp.METHOD_UNIFORM);