Class/Object

io.teamscala.scala.util

RichString

Related Docs: object RichString | package util

Permalink

final class RichString extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichString
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichString(self: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def a: Regex

    Permalink

    Shortcut for io.teamscala.scala.util.RichString#toAntStylePattern

    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def br2nl: String

    Permalink
    Annotations
    @inline()
  7. def checkTranscoding(encoding: Charset): Set[String]

    Permalink
  8. def cutstring(length: Int, suffix: String = ""): String

    Permalink
  9. def encrypt(algorithm: String): String

    Permalink
  10. def encryptMD5: String

    Permalink
    Annotations
    @inline()
  11. def encryptSHA: String

    Permalink
    Annotations
    @inline()
  12. def encryptSHA256: String

    Permalink
    Annotations
    @inline()
  13. def encryptSHA384: String

    Permalink
    Annotations
    @inline()
  14. def encryptSHA512: String

    Permalink
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  16. def htmlArrange(parentTagName: String = "html", innerHtml: Boolean = false, props: CleanerProperties = defaultHtmlCleanerProperties, serializer: (CleanerProperties) ⇒ HtmlSerializer = new SimpleHtmlSerializer(_)): String

    Permalink
  17. def htmlCleanXSS(parentTagName: String = "html", innerHtml: Boolean = false, props: CleanerProperties = defaultHtmlCleanerProperties, serializer: (CleanerProperties) ⇒ HtmlSerializer = new SimpleHtmlSerializer(_)): String

    Permalink
  18. def isDigits: Boolean

    Permalink
    Annotations
    @inline()
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def nbsp2space: String

    Permalink
    Annotations
    @inline()
  21. def nl2br: String

    Permalink
    Annotations
    @inline()
  22. def parseDate[T <: String](pattern: T, timeZone: TimeZone = TimeZone.getDefault, locale: Locale = Locale.getDefault): Date

    Permalink
  23. def parseMap: Map[String, String]

    Permalink
    Annotations
    @inline()
  24. def parseMap(trimValue: Boolean = false): Map[String, String]

    Permalink
  25. def prependEachLine(prefix: String): String

    Permalink
    Annotations
    @inline()
  26. val self: String

    Permalink
  27. def space2nbsp: String

    Permalink
    Annotations
    @inline()
  28. def stripTags: String

    Permalink
    Annotations
    @inline()
  29. def toAntStylePattern: Regex

    Permalink
  30. def toCamelCase: String

    Permalink
    Annotations
    @inline()
  31. def toString(): String

    Permalink
    Definition Classes
    Any
  32. def uncapitalize: String

    Permalink
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped