dotCase

Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.string

Capital case a string

Params

  1. text*-String

    The string to snakeCase

Return

  1. -String

    The snakeCased string

Example

import { dotCase } from '@blackbyte/sugar/string';
dotCase('hello world'); // => hello.world

Todo

  • testsnormal