StringExtensions

slick.codegen.GeneratorHelpers.StringExtensions
implicit class StringExtensions(val str: String)

Slick code generator string extension methods. (Warning: Not unicode-safe, uses String#apply)

Attributes

Source:
AbstractGenerator.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

final def toCamelCase: String

Capitalizes the first (16 bit) character of each word separated by one or more ''. Lower cases all other characters. Removes one '' from each sequence of one or more subsequent '_' (to avoid collision). (Warning: Not unicode-safe, uses String#apply)

Capitalizes the first (16 bit) character of each word separated by one or more ''. Lower cases all other characters. Removes one '' from each sequence of one or more subsequent '_' (to avoid collision). (Warning: Not unicode-safe, uses String#apply)

Attributes

Source:
AbstractGenerator.scala
final def uncapitalize: String

Lowercases the first (16 bit) character. (Warning: Not unicode-safe, uses String#apply)

Lowercases the first (16 bit) character. (Warning: Not unicode-safe, uses String#apply)

Attributes

Source:
AbstractGenerator.scala

Concrete fields

val str: String

Attributes

Source:
AbstractGenerator.scala