1.0.0 • Published 6 months ago
@risheek/string_tools v1.0.0
@risheek/string-tools
A simple string utility package with capitalize, reverse, and titleCase.
Usage
const { capitalize, reverse, titleCase } = require("@risheek/string-tools");
console.log(capitalize("hello")); // Hello
console.log(reverse("world")); // dlrow
console.log(titleCase("hello world")); // Hello World1.0.0
6 months ago