New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

string-ts-library

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-ts-library

Functions to help work with the String Object more smoothly

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

string-ts-library

GitHub License GitHub Issues or Pull Requests GitHub repo size

String library is a JS library which provides straight-forward, powerful functions for working with the String Object in JavaScript. Although originally builted into JavaScript and can be called by using '' or "", it can also be used with other objects and for other purposes. A TypeScript version will be included in the main library that should available for use automatically.

Table of Contents

  • Features
  • Installing
  • License

Features

  • Capitalize the first letter
  • Capitalize all letters in a sentence
  • Removes extra spaces
  • Returns a string that is kebob case
  • Returns a string that is snake case
  • Returns a string that is camel case
  • Return a string that shift over a number that a user specifies
  • Place a hashtag in front of a string
  • Check if a string is empty, has whitespace or matches the \n or \r or \t characters

Installing

Packgae Manager

Using npm: $ npm i @evacuatesw/string-ts-library

Using yarn: $ yarn add @evacuatesw/string-ts-library

License

MIT

Keywords

string

FAQs

Package last updated on 18 Sep 2024

Did you know?

Socket

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