Skip to content

sudo-barun/multiline-to-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
]

About

Web-based tool to convert multiline to array of various programming languages

Resources

Stars

Watchers

Forks

Packages

No packages published