Skip to content

API Documentation: tools.CSVParser()

Ben Zelnick edited this page Jun 18, 2019 · 1 revision

Summary

Supported Versions

1.0.0+

Purpose

Parses an array of strings from a string in CSV (comma separated values) format

Access Method

bookmarklets.tools.CSVParser(CSVString)

Other Information

No content

Details

Return Value

Description

The array of strings parsed from the CSV string

Type

Object

Parameters

CSVString

Description

The string, in CSV format, to be parsed into an array of strings

Type

String, required