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

@wordpress/wordcount

Package Overview
Dependencies
Maintainers
6
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/wordcount

WordPress Word Count Utility

  • 1.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
50K
decreased by-0.74%
Maintainers
6
Weekly downloads
 
Created
Source

@wordpress/wordcount

A utility to count words

Installation

Install the module

npm install @wordpress/wordcount --save

Accepted Paramaters

count( text, type, userSettings )

count accepts three parameters:

  1. text: A string containing the words/characters to be counted.
  2. type: A string that represents the type of count. The current implementation accepts the strings 'words', 'characters_excluding_spaces', or 'characters_including_spaces'.
  3. userSettings: An object that contains the list of regular expressions that will be used to count. See defaultSettings.js for the defaults.

Usage

import { count } from '@wordpress/wordcount';
const numberOfWords = count( 'Words to count', 'words', {} )

FAQs

Package last updated on 08 May 2018

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