Socket
Socket
Sign inDemoInstall

turbo-strings

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    turbo-strings

a string manipulation library


Version published
Weekly downloads
1
Maintainers
1
Install size
12.2 kB
Created
Weekly downloads
 

Readme

Source

🚀 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

Keywords

FAQs

Last updated on 15 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc