Packages

object CleanerHelper

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CleanerHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bytesStringToString(text: String, encoding: String): String

    Converts a string representation of a byte string (e.g., containing escape sequences) to an Annotation structure using the specified encoding.

    Converts a string representation of a byte string (e.g., containing escape sequences) to an Annotation structure using the specified encoding.

    text

    The string representation of the byte string.

    returns

    The String containing the decoded result

  6. def cleanBullets(text: String): String
  7. def cleanDashes(text: String): String
  8. def cleanExtraWhitespace(text: String): String
  9. def cleanNonAsciiChars(text: String): String
  10. def cleanOrderedBullets(text: String): String
  11. def cleanPostfix(text: String, pattern: String, ignoreCase: Boolean, strip: Boolean): String

    Cleans a postfix from a string based on a pattern.

    Cleans a postfix from a string based on a pattern.

    text

    The text to clean.

    returns

    The cleaned string.

  12. def cleanPrefix(text: String, pattern: String, ignoreCase: Boolean, strip: Boolean): String

    Cleans a prefix from a string based on a pattern.

    Cleans a prefix from a string based on a pattern.

    text

    The text to clean.

    returns

    The cleaned string.

  13. def cleanTrailingPunctuation(text: String): String
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatEncodingStr(encoding: String): String

    Formats an input encoding string (e.g., utf-8, iso-8859-1, etc).

    Formats an input encoding string (e.g., utf-8, iso-8859-1, etc).

    encoding

    The encoding string to be formatted.

    returns

    The formatted encoding string.

  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def parseEscapedBytes(text: String): Array[Byte]

    Parses a string containing escape sequences (e.g., \x9f) into a byte array.

    Parses a string containing escape sequences (e.g., \x9f) into a byte array.

    text

    The input string with escape sequences.

    returns

    A byte array representing the parsed bytes.

  26. def removePunctuation(text: String): String

    Removes punctuation from a given string.

    Removes punctuation from a given string.

    returns

    The string with punctuation removed.

  27. def replaceUnicodeCharacters(text: String): String
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped