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

is-lower-case

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-lower-case

Check if a string is lower cased

  • 1.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.9M
decreased by-59.53%
Maintainers
1
Weekly downloads
 
Created

What is is-lower-case?

The is-lower-case package is a simple utility that allows you to check if a given string is in lower case. It is useful when you need to validate text input or ensure that strings conform to certain case requirements.

What are is-lower-case's main functionalities?

Check if a string is in lower case

This feature allows you to verify if a string is entirely composed of lower case letters. The function returns a boolean value.

const isLowerCase = require('is-lower-case');

isLowerCase('string'); // true
isLowerCase('String'); // false
isLowerCase('STRING'); // false

Other packages similar to is-lower-case

Keywords

FAQs

Package last updated on 08 Feb 2015

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