@datagica/parse-questions

0.0.0 • Public • Published

parse questions

A lightweight question parser.

Important

Only use non-matching groups in the patterns/*.js modules

Be careful of the order of patterns

for instance if you add this pattern:

links?|linked

this will never match "linked", as it finds "link*" first. So instead do:

linked|links?

Readme

Keywords

none

Package Sidebar

Install

npm i @datagica/parse-questions

Weekly Downloads

1

Version

0.0.0

License

GPL-3.0

Last publish

Collaborators

  • datagica