Socket
Socket
Sign inDemoInstall

string-matches

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-matches

Retrieves all the matches of a regex in a string.


Version published
Weekly downloads
21
decreased by-32.26%
Maintainers
1
Weekly downloads
 
Created
Source

stringMatches

Issues NPM version

Retrieves all the matches of a regex in a string.

Install

$ npm install --save string-matches

Usage

import stringMatches from 'string-matches';

const str = 'A tidy tiger tied a tighter tie to tidy her tiny tail',
      regex = /tidy/g; // Don't forget the `g` flag, or it won't work

stringMatches ( str, regex ).length; // 2
  • string-replace-all - Replaces all the occurrences of a string into a string with another string.

License

MIT © Fabio Spampinato

FAQs

Package last updated on 25 Mar 2017

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