Björn f184cd7e2a | 4 years ago | |
---|---|---|
.. | ||
lib | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
package.json | 4 years ago |
A module that parses a string as regular expression and returns the parsed value.
# Using npm
npm install --save regex-parser
# Using yarn
yarn add regex-parser
// Dependencies
var RegexParser = require("regex-parser");
console.log(RegexParser("/^hi$/g"));
// => /^hi$/g
There are few ways to get help:
Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
For bug reports and feature requests, open issues. 🐛
For direct and quick help, you can use Codementor. 🚀
RegexParser(input)
Parses a string input.
input
: The string input that should be parsed as regular expression.Have an idea? Found a bug? See how to contribute.
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
Starring and sharing the projects you like 🚀
—I love books! I will remember you after years if you buy me one. 😁 📖
—You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍵
—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).
Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6
Thanks! ❤️
If you are using this library in one of your projects, add it in this list. ✨
adjust-sourcemap-loader
(by bholloway)—Webpack loader that adjusts source mapsbible
—Read the Holy Bible via the command line.bible.js
—The Bible as a NPM module.draper
(by Gajus Kuizinas)—DOM extraction expression evaluator.gene-js
(by nicosommi)—an add utilityleadconduit-custom
(by Alex Wolfe)—LeadConduit custom integrationpalantir
(by Gajus Kuizinas)—Active monitoring and alerting system using user-defined Node.js scripts.panko
—A collection of functions that make panko work. This package is for plugin creators, not users.panko-cli
—A CLI-based project manager that reads from a list of separate profiles and allows various tasks to be completed.rendition
—React components librarystarts-with-emoji
—Check if a string starts with an emoji.statique
—A Node.JS static server module with built-in cache options and route features.surgeon
(by Gajus Kuizinas)—Declarative DOM extraction expression evaluator.twing
(by Eric MORAND)—First-class Twig engine for Node.js