StringUtils

object StringUtils extends StringUtils
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Inherited methods

Example
 capitalizeAfterIgnoringNonAlphaNumUnderscore("abc.def")
 // abcDef
 capitalizeAfterIgnoringNonAlphaNumUnderscore("abc-def")
 // abcDef
 capitalizeAfterIgnoringNonAlphaNumUnderscore("abc_def")
 // abc_def
 capitalizeAfterIgnoringNonAlphaNumUnderscore("abc.def-ghi")
 // abcDefGhi
Inherited from
StringUtils
def indent(size: Int): String
Inherited from
StringUtils
def quoteRenderedString(renderedString: RenderedString): String
Inherited from
StringUtils
def renderWithProps(propsName: PropsName, value: String): RenderedString
Inherited from
StringUtils
def toPropertyNameOrItself(propsName: PropsName, name: String): String
Inherited from
StringUtils

Inherited fields

Example

${whatever-is-here.blahBlah}

Inherited from
StringUtils