Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
string_inflection
v0.1.7.1
Case
String
StringInflector
StringInflection
StaticMethods
Built with Crystal 1.9.2
2023-10-08 12:34:38 UTC
class
String::StringInflector
String::StringInflector
Reference
Object
Defined in:
string/to.cr
Constructors
.new
(string : String)
Instance Method Summary
#camel
(**options)
#kebab
(**options)
#pascal
(**options)
#plural
(**options)
#singular
(**options)
#snake
(**options)
Constructor Detail
def self.
new
(string :
String
)
#
[
View source
]
Instance Method Detail
def
camel
(**options)
#
def
kebab
(**options)
#
def
pascal
(**options)
#
def
plural
(**options)
#
def
singular
(**options)
#
def
snake
(**options)
#