StringUtils

aptus.aptutils.StringUtils
object StringUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def csvFormat(sep: Char): CSVFormat
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