Skip to content

Does not recognize spaces and numbers #14

@PetrosyanTigran

Description

@PetrosyanTigran

LODASH:
_.kebabCase("46546hello56565World656") => "46546-hello-56565-world-656"
_.kebabCase("hello world") => "hello-world"

Dashify:
dashify("46546hello56565World656") => "46546hello56565world656"
dashify("hello world") => "hello------------world"


Github reduces the spaces between hello and world automatically, but you can check the image.

1111

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions