final class ExStringOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExStringOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def ++(that: Ex[String]): Ex[String]
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def contains(that: Ex[String]): Ex[Boolean]
- def drop(n: Ex[Int]): Ex[String]
- def endsWith(that: Ex[String]): Ex[Boolean]
- def format(args: Ex[Any]*): Ex[String]
Applies 'printf' style formatting.
Applies 'printf' style formatting. See
StringFormat
for details. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def indexOf(that: Ex[String]): Ex[Int]
- def isEmpty: Ex[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastIndexOf(that: Ex[String]): Ex[Int]
- def length: Ex[Int]
- def nonEmpty: Ex[Boolean]
- def size: Ex[Int]
- def slice(from: Ex[Int], until: Ex[Int]): Ex[String]
- def split(regex: Ex[String], limit: Ex[Int] = 0): Ex[Seq[String]]
- def startsWith(that: Ex[String]): Ex[Boolean]
- def take(n: Ex[Int]): Ex[String]
- def toBooleanOption: Ex[Option[Boolean]]
- def toDoubleOption: Ex[Option[Double]]
- def toIntOption: Ex[Option[Int]]
- def toString(): String
- Definition Classes
- Any