string

object string extends StringOptics
class Object
trait Matchable
class Any
string.type

Value members

Inherited methods

shows all elements of a collection in a string using a separator string

shows all elements of a collection in a string using a separator string

Inherited from:
StringOptics

splits this string around matches of the given regex

splits this string around matches of the given regex

Inherited from:
StringOptics

select the first n words of a string

select the first n words of a string

Inherited from:
StringOptics

Inherited fields

a monomorphic Iso from a string to a list of chars

a monomorphic Iso from a string to a list of chars

Inherited from:
StringOptics

fold over the individual words of a String

fold over the individual words of a String

Inherited from:
StringOptics