Class FixDots


  • public class FixDots
    extends Object
    Replaces three dots with ellipsis
    • Constructor Detail

      • FixDots

        public FixDots()
    • Method Detail

      • NormalizeDotsToEllipsis

        public static String NormalizeDotsToEllipsis​(String text)
        Replaces three dots with ellipsis It converts آزمون.... to آزمون…
        Parameters:
        text - Text to process
        Returns:
        Processed Text