Socket
Book a DemoInstallSign in
Socket

@hon2a/get-regexp-matches

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hon2a/get-regexp-matches

Execute a regular expression on a string until all matches are found and return them.

0.0.7
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

get-regexp-matches

Execute a regular expression on a string until all matches are found and return them.

Use

Install using

npm install @hon2a/get-regexp-matches

Use with a regular expression with the "global" flag set to get all matches

import { getRegexpMatches } from '@hon2a/get-regexp-matches'

const regExp = /ab/g
const text = 'aab abbbab'
getRegexpMatches(regExp, text)
// returns array yielded by repeatedly running `regExp.exec(text)` until exhausted

Development

Install

Install dependencies using:

npm install

Develop

After you modify sources, run the following (or set up your IDE to do it for you):

  • format the code using npm run format
  • lint it using npm run lint
  • test it using npm test

and fix the errors, if there are any.

Publish

Publishing is done in two steps:

  • Create a new version tag and push it to the repository:
    npm version <patch|minor|major>
    git push --follow-tags
    
  • Build and publish the new version as a npm package:
    npm publish --access public
    

FAQs

Package last updated on 28 Nov 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.