Class CustomEscape

    • Field Detail

      • EMPTY

        protected final char[] EMPTY
        Empty array of char
    • Constructor Detail

      • CustomEscape

        public CustomEscape()
    • Method Detail

      • convertText

        public String convertText​(String input)
        Copy from parent class with changing logic for escaping symbol "\r". "\r" will be replaced to emty string
        Overrides:
        convertText in class Escape