0.0.15 • Published 7 months ago

turbo-strings v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

🚀 turbo strings

Turbo strings is a string manipulation library made in typescript for nodejs and browsers. It includes features like reversing a string, multiple replace and more. It's still under development so expect more features any time.

usage

It's simple: just install it using npm: npm install turbo-strings and import any feature you want. For example, here's how to reverse a string:

import { reverse } from "turbo-strings/utils";

reverse("hello world");

Documentation can be found here

motivation/why

I'm doing multiple projects where a lot of string manipulation is needed, and I couldn't find any library to do the thing I wanted. I've never found an easy to use library that includes the entire alphabet or easily finds something in a string. I also wanted to learn more about strings.

license

MIT

0.0.15

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.1

7 months ago