New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

string-me-up-scotty

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-me-up-scotty

The purpose of this package is to create a series of string methods to assist with string manipulation.

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by20%
Maintainers
1
Weekly downloads
 
Created
Source

npm Build Status Coverage Status

The purpose of this package is to create a series of string methods to assist with string manipulation.

Usage

Available methods:

  • capitalize() - makes the first character of a given string uppercase
  • reverseCapitalize() - makes the first character of a given string lowercase, makes all other letters uppercase
  • allCaps() - makes all characters uppercase
  • allLower() - makes all characters lowercase
  • capitalizeWords() - makes the first character of each word uppercase
  • removeExtraSpaces() - Removes all spaces from the beginning and end of a String along with any extra spaces in the middle. If more than one space appears in the middle of a string it is replaced by a single space.
  • kabobCase() - Removes extra spaces and replaces spaces with the hyphen "-", and makes all characters lowercase
  • snakeCase() - Removes extra space and replaces spaces with an underscore, and makes all characters lowercase
  • camelCase() - Lowercases the first character of the first word. Then uppercases the first character of all other words, and removes all spaces

FAQs

Package last updated on 08 Apr 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc