CAF Shared JavaScript

Class CSV

Object
   |
   +--CSV

class CSV

Defined in core.js


Constructor Summary
CSV ()
           
 
Method Summary
<static> Object _re(v, f)
          
<static> Object append(s, v)
           Appends a value to an existing CSV string.
<static> Object contains(s, v)
           Test if a CSV string contains a value.
<static> Object count(s)
           Count number of values in CSV string.
<static> Object escape(v)
           Escapes a CVS string value.
<static> Object prepend(s, v)
           Prepends (inserts at front) a value to an existing CSV string.
<static> Object remove(s, v, all)
           Removes a value from a CSV string.
<static> Object toArray(s)
           Converts a CSV string to an array.
<static> Object toString(a)
           Converts an array to a CSV string.
<static> Object unescape(v)
           Unescapes a CVS string value.

Constructor Detail

CSV

CSV()

Method Detail

_re

<static> Object _re(v, f)

append

<static> Object append(s, v)

contains

<static> Object contains(s, v)

count

<static> Object count(s)

escape

<static> Object escape(v)

prepend

<static> Object prepend(s, v)

remove

<static> Object remove(s, v, all)

toArray

<static> Object toArray(s)

toString

<static> Object toString(a)

unescape

<static> Object unescape(v)

CAF Shared JavaScript

Documentation generated by JSDoc on Sun Sep 15 20:21:18 2019