TextUtils

confuse.util.TextUtils$
object TextUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class LocationStream(in: InputStream, sizeHint: Int) extends InputStream

Attributes

Graph
Supertypes
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

def kebabify(camelCase: String): String

thisIsKebabCase => this-is-kebab-case

thisIsKebabCase => this-is-kebab-case

Attributes

def lineOffsets(in: InputStream): Array[Int]
def lineOffsets(readable: Readable): Array[Int]
def posToRowAndCol(offsets: Array[Int], pos: Int): (Int, Int)
def snakify(camelCase: String): String

thisIsSnakeCase => this_is_snake_case

thisIsSnakeCase => this_is_snake_case

Attributes