object Strings
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Strings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allButlastSection(marker: String)(s: String): String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def classNameOfObject(obj: AnyRef): String
- def cleanString(s: String, acceptedChars: String = ...): String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def ellipses(maxLength: Int)(s: String): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def escapeJson(raw: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def indent(filler: String, depth: Int): String
- def indentTuple(filler: String, left: Int, mid: Int)(tuple: (String, String)): String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastButOneSection(marker: String)(s: String): String
- def lastSection(marker: String)(s: String): String
- def lowercaseFirst(s: String): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def paramsToMap(s: String): Map[String, String]
- def recordPrintln[X](x: ⇒ X): (X, String)
- def removeOptional$(s: String): String
- def removeWhiteSpace(s: String): String
- def split(separator: String = "\\."): (String) ⇒ List[String]
- def splitInTwo(separator: String = ":", defaultRhs: (String, String) ⇒ String = splitInTwoException): (String) ⇒ (String, String)
- def splitInTwoException(separator: String, s: String): Nothing
- def startsWithAndSnips(start: String)(s: String): Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toOption(s: String): Option[String]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trimChar(trim: Char)(s: String): String
- def uppercaseFirst(s: String): String
- def uri(parts: String*): String
- def useStringWriter(fn: (StringWriter) ⇒ Unit): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withoutStringBefore(beforeChar: Char)(s: String): String
Deprecated Value Members
-
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.