StringOps

cats.xml.utils.StringOps
object StringOps extends StringOpsSyntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
StringOps.type

Members list

Type members

Inherited classlikes

implicit class stringCustomOps(value: String)

Attributes

Inherited from:
StringOpsSyntax
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def advancedSplit(value: String, inclusiveChars: Array[Char], exclusiveChars: Array[Char]): Array[String]

Implicits

Inherited implicits

final implicit def stringCustomOps(value: String): stringCustomOps

Attributes

Inherited from:
StringOpsSyntax