StringSplitter

better.files.StringSplitter$
See theStringSplitter companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def anyOf(delimiters: String, includeDelimiters: Boolean): StringSplitter

Split this string using ANY of the characters from delimiters

Split this string using ANY of the characters from delimiters

Attributes

def on(delimiter: Char): StringSplitter

Split string on this character This will return exactly 1 + n number of items where n is the number of occurrence of delimiter in String s

Split string on this character This will return exactly 1 + n number of items where n is the number of occurrence of delimiter in String s

Attributes

def regex(pattern: String): StringSplitter

Split string using a regex pattern

Split string using a regex pattern

Attributes

Concrete fields