StringUtils

sealed trait StringUtils
Authors

Kevin Lee

Since

2019-04-21

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields

Example

${whatever-is-here.blahBlah}