j-unquote

1.0.1 • Public • Published

J-Unquote

Removes the quoting that is used for string literals in Java

Programmatic Usage

Accepts a string as an argument, returns a transformed string.

var jUnquote = require('j-unquote')

var unquoted = jUnquote(quoted)

Command Line Invocation

This can be invoked on the command line as well.

j-unquote /path/to/file

Reads /path/to/file and unquotes the text in it, writing to stdout.

j-unquote -

Reads from stdin, unquotes the text, writing to stdout.

j-unquote

Reads from stdin, unquotes the text, writing to stdout. Useful for allowing keyboard input and getting the transformed input back.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i j-unquote

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • dankolz