Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cool-text-package

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

cool-text-package

these are amazing utilities that everyone should use.

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

  1. String.prototype.upperFirstWrite a function that uppercases the first character of string
  2. String.prototype.lowerFirst
  3. String.prototype.upperWordWrite a function that uppercases the first letter of each word in a string
  4. String.prototype.upperWiggleWrite a function that uppercases every other letter
  5. String.prototype.removeSpacesWrite a function that removes all whitespace from a given string
  6. String.prototype.trimSpacesWrite a function that removes only the extra whitespace from a given string (example: “ a b ” → “a b”)
  7. String.prototype.allCapsWrite a function that makes all characters uppercase. (this is the same as .toUppercase())
  8. String.prototype.kababCaseWrite a function that removes extra spaces and replaces spaces with the hyphen "-", and makes all characters lowercase.
  9. String.prototype.snakeCaseRemoves extra space and replaces spaces with an underscore "_", and makes all characters lowercase.
  10. String.prototype.camelCaseLowercases the first character of the first word. Then uppercases the first character of all other words, and removes all spaces.

Homework 1

Keywords

FAQs

Package last updated on 11 Jul 2019

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