StringUtils

object StringUtils
class Object
trait Matchable
class Any

Value members

Concrete methods

def indent(n: Int, indenter: String)(str: String): String
def indentAll(n: Int, indenter: String)(str: String): String
def section[A](coll: Seq[A], n: Int, title: String): String
def sectionAllOff(n: Int, indenter: String)(str: String): String
def splitXsv(line: String, sep: Char): List[Cell]
def unquoteLeft(value: String): String
def unquoteRight(value: String): String

Concrete fields

lazy val Default: CSVFormat