Package Exports
- regex-translator
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (regex-translator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
regex-translator
Convert a Regular Expression from one flavour to another.
Table of Contents
Background
Install
npm install regex-translator
to install it to a local package or
npm install --global regex-translator
to install it globally.
Usage
To use the command-line interface npx regex-translator
or just regex-translator
if installed globally.
CLI
regex-translator
Convert a Regular Expression from one flavour to another.
Options
-h, --help Writes this help text to STDOUT.
-n, --noop [Reserved] Show what would be done without actually doing it.
-v, --verbose Verbose output to STDERR.
-V, --version Writes version information to STDOUT.
-x, --no-quick-exit Don't immediately exit after printing help, version, and/or config
information.
-i, --stdin Read input from STDIN.
-I, --input string The path to the file to read input from.
-R, --input-regex-string string The input regular expression as a string.
-F, --input-flavour string The flavour of the input regex.
-T, --output-flavour string The flavour to convert to input regex to.
-o, --stdout Write output to STDOUT.
-O, --output string The name of the file to write output to.
-p, --pasteboard Copy output to pasteboard (clipboard).
-c, --config Print search paths and configuration values to STDOUT.
-C, --config-file string [Resevred] Use the given config file instead of the default.
API
const RegexTranslator = require('regex-translator');
See API.md for full API.
Contributing
Changes are tracked in CHANGELOG.md.
License
MIT ©2020 Anadian
SEE LICENSE IN LICENSE
This project's documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.