Packages

object Strings

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Strings
  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. def allButlastSection(marker: String)(s: String): String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def classNameOfObject(obj: AnyRef): String
  7. def cleanString(s: String, acceptedChars: String = ...): String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def ellipses(maxLength: Int)(s: String): String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def escapeJson(raw: String): String
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def indent(filler: String, depth: Int): String
  16. def indentTuple(filler: String, left: Int, mid: Int)(tuple: (String, String)): String
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def lastButOneSection(marker: String)(s: String): String
  19. def lastSection(marker: String)(s: String): String
  20. def lowercaseFirst(s: String): String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def paramsToMap(s: String): Map[String, String]
  25. def recordPrintln[X](x: ⇒ X): (X, String)
  26. def removeOptional$(s: String): String
  27. def removeWhiteSpace(s: String): String
  28. def split(separator: String = "\\."): (String) ⇒ List[String]
  29. def splitInTwo(separator: String = ":", defaultRhs: (String, String) ⇒ String = splitInTwoException): (String) ⇒ (String, String)
  30. def splitInTwoException(separator: String, s: String): Nothing
  31. def startsWithAndSnips(start: String)(s: String): Option[String]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toOption(s: String): Option[String]
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def trimChar(trim: Char)(s: String): String
  36. def uppercaseFirst(s: String): String
  37. def uri(parts: String*): String
  38. def useStringWriter(fn: (StringWriter) ⇒ Unit): String
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withoutStringBefore(beforeChar: Char)(s: String): String

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped