multiline_to_array

1.0.1 • Public • Published

Build Status

Coverage Status

Overview

A web-based tool to convert array of data between various formats.

Example

A multiline text can be converted to array in PHP language.

Input

hello
world

Output

[
    'hello',
    'world',
]

Readme

Keywords

none

Package Sidebar

Install

npm i multiline_to_array

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • sudo-barun