Constructor
# new CaseMapper(optionsopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
options |
Object
|
<optional> |
options to initialize this mapper |
Methods
# getLocale() → {Locale}
Return the locale that this mapper was constructed with.
the locale that this mapper was constructed with
# map(string) → {string|undefined}
Map a string to lower case in a locale-sensitive manner.
Parameters:
Name | Type | Description |
---|---|---|
string |
string
|
undefined
|
string
|
undefined