@ezs/basics 2.7.2 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,40 +14,38 @@ npm install @ezs/basics
14
14
 
15
15
  #### Table of Contents
16
16
 
17
- - [BIBParse](#bibparse)
18
- - [BUFObject](#bufobject)
19
- - [CSVObject](#csvobject)
20
- - [CSVParse](#csvparse)
21
- - [CSVString](#csvstring)
22
- - [FILELoad](#fileload)
23
- - [FILEMerge](#filemerge)
24
- - [FILESave](#filesave)
25
- - [INIString](#inistring)
26
- - [JSONParse](#jsonparse)
27
- - [JSONString](#jsonstring)
28
- - [OBJCount](#objcount)
29
- - [OBJFlatten](#objflatten)
30
- - [OBJNamespaces](#objnamespaces)
31
- - [OBJStandardize](#objstandardize)
32
- - [TARDump](#tardump)
33
- - [TARExtract](#tarextract)
34
- - [TXTConcat](#txtconcat)
35
- - [TXTInflection](#txtinflection)
36
- - [TXTObject](#txtobject)
37
- - [TXTParse](#txtparse)
38
- - [TXTSentences](#txtsentences)
39
- - [TXTZip](#txtzip)
40
- - [URLConnect](#urlconnect)
41
- - [URLFetch](#urlfetch)
42
- - [URLPagination](#urlpagination)
43
- - [URLParse](#urlparse)
44
- - [URLRequest](#urlrequest)
45
- - [URLStream](#urlstream)
46
- - [URLString](#urlstring)
47
- - [XMLConvert](#xmlconvert)
48
- - [XMLParse](#xmlparse)
49
- - [XMLString](#xmlstring)
50
- - [ZIPExtract](#zipextract)
17
+ * [BIBParse](#bibparse)
18
+ * [BUFObject](#bufobject)
19
+ * [CSVObject](#csvobject)
20
+ * [CSVParse](#csvparse)
21
+ * [CSVString](#csvstring)
22
+ * [FILELoad](#fileload)
23
+ * [FILEMerge](#filemerge)
24
+ * [FILESave](#filesave)
25
+ * [INIString](#inistring)
26
+ * [JSONParse](#jsonparse)
27
+ * [JSONString](#jsonstring)
28
+ * [OBJCount](#objcount)
29
+ * [OBJFlatten](#objflatten)
30
+ * [OBJNamespaces](#objnamespaces)
31
+ * [OBJStandardize](#objstandardize)
32
+ * [TARDump](#tardump)
33
+ * [TARExtract](#tarextract)
34
+ * [TXTConcat](#txtconcat)
35
+ * [TXTObject](#txtobject)
36
+ * [TXTParse](#txtparse)
37
+ * [TXTZip](#txtzip)
38
+ * [URLConnect](#urlconnect)
39
+ * [URLFetch](#urlfetch)
40
+ * [URLPagination](#urlpagination)
41
+ * [URLParse](#urlparse)
42
+ * [URLRequest](#urlrequest)
43
+ * [URLStream](#urlstream)
44
+ * [URLString](#urlstring)
45
+ * [XMLConvert](#xmlconvert)
46
+ * [XMLParse](#xmlparse)
47
+ * [XMLString](#xmlstring)
48
+ * [ZIPExtract](#zipextract)
51
49
 
52
50
  ### BIBParse
53
51
 
@@ -65,7 +63,7 @@ Output:
65
63
  ["a", "b", "c", "d"]
66
64
  ```
67
65
 
68
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
66
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** 
69
67
 
70
68
  ### BUFObject
71
69
 
@@ -74,9 +72,9 @@ For example, it's useful to send string to browser.
74
72
 
75
73
  #### Parameters
76
74
 
77
- - `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)**
75
+ * `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)** 
78
76
 
79
- Returns **[Buffer](https://nodejs.org/api/buffer.html)**
77
+ Returns **[Buffer](https://nodejs.org/api/buffer.html)** 
80
78
 
81
79
  ### CSVObject
82
80
 
@@ -140,9 +138,9 @@ Output:
140
138
 
141
139
  #### Parameters
142
140
 
143
- - `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)**
141
+ * `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)** 
144
142
 
145
- Returns **([Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object) \| [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)>)**
143
+ Returns **([Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object) | [Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)>)**&#x20;
146
144
 
147
145
  ### CSVParse
148
146
 
@@ -150,8 +148,8 @@ Take `String` and parse it as CSV to generate arrays.
150
148
 
151
149
  See:
152
150
 
153
- - [CSVObject](#csvobject)
154
- - <https://github.com/Inist-CNRS/node-csv-string>
151
+ * [CSVObject](#csvobject)
152
+ * <https://github.com/Inist-CNRS/node-csv-string>
155
153
 
156
154
  Input:
157
155
 
@@ -172,10 +170,10 @@ Output:
172
170
 
173
171
  #### Parameters
174
172
 
175
- - `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** to indicate the CSV separator (optional, default `auto`)
176
- - `quote` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** to indicate the CSV quote. (optional, default `auto`)
173
+ * `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** to indicate the CSV separator (optional, default `auto`)
174
+ * `quote` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** to indicate the CSV quote. (optional, default `auto`)
177
175
 
178
- Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>>**
176
+ Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>>**&#x20;
179
177
 
180
178
  ### CSVString
181
179
 
@@ -210,12 +208,12 @@ a;b;c
210
208
 
211
209
  #### Parameters
212
210
 
213
- - `format` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** if set to "strict" the fields will be
214
- wrapped with double quote (optional, default `standard`)
215
- - `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** to indicate the CSV separator (optional, default `";"`)
216
- - `header` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** first line contains key name (optional, default `true`)
211
+ * `format` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** if set to "strict" the fields will be
212
+ wrapped with double quote (optional, default `standard`)
213
+ * `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** to indicate the CSV separator (optional, default `";"`)
214
+ * `header` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** first line contains key name (optional, default `true`)
217
215
 
218
- Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
216
+ Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**&#x20;
219
217
 
220
218
  ### FILELoad
221
219
 
@@ -235,6 +233,7 @@ plugin = basics
235
233
  [FILELoad]
236
234
  location = /tmp
237
235
  [CSVParse]
236
+
238
237
  ```
239
238
 
240
239
  Output:
@@ -247,10 +246,10 @@ Output:
247
246
 
248
247
  #### Parameters
249
248
 
250
- - `location` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Directory location (optional, default `TMPDIR`)
251
- - `compress` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Enable gzip compression (optional, default `false`)
249
+ * `location` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Directory location (optional, default `TMPDIR`)
250
+ * `compress` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Enable gzip compression (optional, default `false`)
252
251
 
253
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
252
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
254
253
 
255
254
  ### FILEMerge
256
255
 
@@ -271,6 +270,7 @@ plugin = basics
271
270
  [replace]
272
271
  path = contentOfFile1AndFile2
273
272
  value = self()
273
+
274
274
  ```
275
275
 
276
276
  Output:
@@ -281,7 +281,7 @@ Output:
281
281
  ]
282
282
  ```
283
283
 
284
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
284
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
285
285
 
286
286
  ### FILESave
287
287
 
@@ -315,13 +315,13 @@ Output:
315
315
 
316
316
  #### Parameters
317
317
 
318
- - `location` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Directory location (optional, default `TMPDIR`)
319
- - `identifier` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** File name
320
- - `content` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Content to save instead of using input object
321
- - `jsonl` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Save as json line (optional, default `false`)
322
- - `compress` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Enable gzip compression (optional, default `false`)
318
+ * `location` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Directory location (optional, default `TMPDIR`)
319
+ * `identifier` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** File name
320
+ * `content` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Content to save instead of using input object
321
+ * `jsonl` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Save as json line (optional, default `false`)
322
+ * `compress` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Enable gzip compression (optional, default `false`)
323
323
 
324
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
324
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
325
325
 
326
326
  ### INIString
327
327
 
@@ -372,7 +372,7 @@ arg2 = {"x":1,"y":2}
372
372
  [secvide2]
373
373
  ```
374
374
 
375
- Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
375
+ Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**&#x20;
376
376
 
377
377
  ### JSONParse
378
378
 
@@ -417,9 +417,9 @@ Output:
417
417
 
418
418
  #### Parameters
419
419
 
420
- - `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** to split at every JSONPath found (optional, default `"*"`)
420
+ * `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** to split at every JSONPath found (optional, default `"*"`)
421
421
 
422
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
422
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
423
423
 
424
424
  ### JSONString
425
425
 
@@ -439,10 +439,10 @@ Output:
439
439
 
440
440
  #### Parameters
441
441
 
442
- - `wrap` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** every document is wrapped into an array (optional, default `true`)
443
- - `indent` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** indent JSON (optional, default `false`)
442
+ * `wrap` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** every document is wrapped into an array (optional, default `true`)
443
+ * `indent` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** indent JSON (optional, default `false`)
444
444
 
445
- Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
445
+ Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**&#x20;
446
446
 
447
447
  ### OBJCount
448
448
 
@@ -462,9 +462,9 @@ Output:
462
462
 
463
463
  #### Parameters
464
464
 
465
- - `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)**
465
+ * `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)**&#x20;
466
466
 
467
- Returns **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)**
467
+ Returns **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)**&#x20;
468
468
 
469
469
  ### OBJFlatten
470
470
 
@@ -492,11 +492,11 @@ Output:
492
492
 
493
493
  #### Parameters
494
494
 
495
- - `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose a character to flatten keys (optional, default `"/"`)
496
- - `reverse` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** unflatten instead of flatten keys (optional, default `false`)
497
- - `safe` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** preserve arrays and their contents, (optional, default `false`)
495
+ * `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose a character to flatten keys (optional, default `"/"`)
496
+ * `reverse` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** unflatten instead of flatten keys (optional, default `false`)
497
+ * `safe` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** preserve arrays and their contents, (optional, default `false`)
498
498
 
499
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
499
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
500
500
 
501
501
  ### OBJNamespaces
502
502
 
@@ -533,6 +533,7 @@ namespace = http://purl.org/dc/terms/
533
533
 
534
534
  prefix = place:
535
535
  namespace = http://purl.org/ontology/places#
536
+
536
537
  ```
537
538
 
538
539
  Output:
@@ -556,11 +557,11 @@ Output:
556
557
 
557
558
  #### Parameters
558
559
 
559
- - `prefix` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** the alias for a namespace
560
- - `namespace` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** the namespace to substitute by a prefix
561
- - `reference` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a regex to find key that contains a namespace to substitute (optional, default `null`)
560
+ * `prefix` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** the alias for a namespace
561
+ * `namespace` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** the namespace to substitute by a prefix
562
+ * `reference` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** a regex to find key that contains a namespace to substitute (optional, default `null`)
562
563
 
563
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
564
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
564
565
 
565
566
  ### OBJStandardize
566
567
 
@@ -584,9 +585,9 @@ Output:
584
585
 
585
586
  #### Parameters
586
587
 
587
- - `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)**
588
+ * `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)**&#x20;
588
589
 
589
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
590
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
590
591
 
591
592
  ### TARDump
592
593
 
@@ -599,12 +600,12 @@ Take all recevied objects and build a tar file
599
600
 
600
601
  #### Parameters
601
602
 
602
- - `manifest` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Location path to store files in the tarball
603
- - `location` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Location path to store files in the tarball (optional, default `data`)
604
- - `json` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Convert to JSON the content of each chunk (optional, default `true`)
605
- - `extension` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Choose extension fo each file (optional, default `json`)
606
- - `additionalFile` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Path to an additional file that will be add to tarball
607
- - `compress` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Enable gzip compression (optional, default `false`)
603
+ * `manifest` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Location path to store files in the tarball
604
+ * `location` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Location path to store files in the tarball (optional, default `data`)
605
+ * `json` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Convert to JSON the content of each chunk (optional, default `true`)
606
+ * `extension` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Choose extension fo each file (optional, default `json`)
607
+ * `additionalFile` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Path to an additional file that will be add to tarball
608
+ * `compress` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Enable gzip compression (optional, default `false`)
608
609
 
609
610
  ### TARExtract
610
611
 
@@ -621,12 +622,12 @@ It returns to the output stream
621
622
 
622
623
  #### Parameters
623
624
 
624
- - `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Regex to select the files to extract (optional, default `"**\/*.json"`)
625
- - `json` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Parse as JSON the content of each file (optional, default `true`)
626
- - `text` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** The content of each file is converted to a string (otherwise it remains a buffer) (optional, default `true`)
627
- - `compress` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Enable gzip compression (optional, default `false`)
625
+ * `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Regex to select the files to extract (optional, default `"**\/*.json"`)
626
+ * `json` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Parse as JSON the content of each file (optional, default `true`)
627
+ * `text` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** The content of each file is converted to a string (otherwise it remains a buffer) (optional, default `true`)
628
+ * `compress` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Enable gzip compression (optional, default `false`)
628
629
 
629
- Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;{id: [String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), value: [String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)}>**
630
+ Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<{id: [String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), value: [String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)}>**&#x20;
630
631
 
631
632
  ### TXTConcat
632
633
 
@@ -646,49 +647,9 @@ Output:
646
647
 
647
648
  #### Parameters
648
649
 
649
- - `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)**
650
-
651
- Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
652
-
653
- ### TXTInflection
654
-
655
- Take a `String` and inflect it with or more transformers from this list
656
- pluralize, singularize, camelize, underscore, humanize, capitalize,
657
- dasherize, titleize, demodulize, tableize, classify, foreign_key, ordinalize
658
-
659
- Input:
660
-
661
- ```json
662
- { "id": 1, "value": "all job" }
663
- ```
664
-
665
- Script:
666
-
667
- ```ini
668
- [TXTInflection]
669
- transform = pluralize
670
- transform = capitalize
671
- transform = dasherize
672
- ```
673
-
674
- Output:
675
-
676
- ```json
677
- { "id": 1, "value": "All-jobs" }
678
- ```
679
-
680
- #### Parameters
681
-
682
- - `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** path of the field to segment (optional, default `"value"`)
683
- - `transform` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** name of a transformer
684
-
685
- Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>**
686
-
687
- **Meta**
688
-
689
- - **deprecated**: see <https://inist-cnrs.github.io/ezs/#/plugin-strings?id=inflection>
690
- see <https://www.npmjs.com/package/inflection>
650
+ * `none` **[undefined](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/undefined)**&#x20;
691
651
 
652
+ Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**&#x20;
692
653
 
693
654
  ### TXTObject
694
655
 
@@ -709,9 +670,9 @@ Output:
709
670
 
710
671
  #### Parameters
711
672
 
712
- - `key` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose a the key name (optional, default `"value"`)
673
+ * `key` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose a the key name (optional, default `"value"`)
713
674
 
714
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
675
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
715
676
 
716
677
  ### TXTParse
717
678
 
@@ -731,36 +692,9 @@ Output:
731
692
 
732
693
  #### Parameters
733
694
 
734
- - `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose character which trigger the split (optional, default `"\n"`)
735
-
736
- Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
737
-
738
- ### TXTSentences
739
-
740
- Take a `String` and split it into an array of sentences.
741
-
742
- Input:
743
-
744
- ```json
745
- { "id": 1, "value": "First sentence? Second sentence. My name is Bond, J. Bond." }
746
- ```
747
-
748
- Output:
749
-
750
- ```json
751
- { "id": 1, "value": ["First sentence?", "Second sentence.", "My name is Bond, J. Bond."] }
752
- ```
753
-
754
- #### Parameters
755
-
756
- - `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** path of the field to segment (optional, default `"value"`)
757
-
758
- Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>**
759
-
760
- **Meta**
761
-
762
- - **deprecated**: see <https://inist-cnrs.github.io/ezs/#/plugin-strings?id=sentences>
695
+ * `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose character which trigger the split (optional, default `"\n"`)
763
696
 
697
+ Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**&#x20;
764
698
 
765
699
  ### TXTZip
766
700
 
@@ -771,9 +705,9 @@ algorithm to compress strings.
771
705
 
772
706
  #### Parameters
773
707
 
774
- - `unzip` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** to Unzip input (optional, default `false`)
708
+ * `unzip` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** to Unzip input (optional, default `false`)
775
709
 
776
- Returns **[Buffer](https://nodejs.org/api/buffer.html)**
710
+ Returns **[Buffer](https://nodejs.org/api/buffer.html)**&#x20;
777
711
 
778
712
  ### URLConnect
779
713
 
@@ -785,15 +719,15 @@ Useful to send JSON data to an API and get results.
785
719
 
786
720
  #### Parameters
787
721
 
788
- - `url` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** URL to fetch
789
- - `streaming` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Direct connection to the Object Stream server (disables the retries setting) (optional, default `false`)
790
- - `json` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Parse as JSON the content of URL (optional, default `false`)
791
- - `timeout` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Timeout in milliseconds (optional, default `1000`)
792
- - `noerror` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Ignore all errors (optional, default `false`)
793
- - `retries` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** The maximum amount of times to retry the connection (optional, default `5`)
794
- - `encoder` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The statement to encode each chunk to a string (optional, default `dump`)
722
+ * `url` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** URL to fetch
723
+ * `streaming` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Direct connection to the Object Stream server (disables the retries setting) (optional, default `false`)
724
+ * `json` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Parse as JSON the content of URL (optional, default `false`)
725
+ * `timeout` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Timeout in milliseconds (optional, default `1000`)
726
+ * `noerror` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Ignore all errors (optional, default `false`)
727
+ * `retries` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** The maximum amount of times to retry the connection (optional, default `5`)
728
+ * `encoder` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** The statement to encode each chunk to a string (optional, default `dump`)
795
729
 
796
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
730
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
797
731
 
798
732
  ### URLFetch
799
733
 
@@ -803,16 +737,16 @@ Or if no target is specified, the output will be the returned content of URL.
803
737
 
804
738
  #### Parameters
805
739
 
806
- - `url` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** URL to fetch
807
- - `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** if present select value to send (by POST)
808
- - `target` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** choose the key to set
809
- - `json` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** parse as JSON the content of URL (optional, default `false`)
810
- - `timeout` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** timeout in milliseconds (optional, default `1000`)
811
- - `mimetype` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** mimetype for value of path (if presents) (optional, default `"application/json"`)
812
- - `noerror` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** ignore all errors, the target field will remain undefined (optional, default `false`)
813
- - `retries` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** The maximum amount of times to retry the connection (optional, default `5`)
740
+ * `url` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** URL to fetch
741
+ * `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** if present select value to send (by POST)
742
+ * `target` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** choose the key to set
743
+ * `json` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** parse as JSON the content of URL (optional, default `false`)
744
+ * `timeout` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** timeout in milliseconds (optional, default `1000`)
745
+ * `mimetype` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** mimetype for value of path (if presents) (optional, default `"application/json"`)
746
+ * `noerror` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** ignore all errors, the target field will remain undefined (optional, default `false`)
747
+ * `retries` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** The maximum amount of times to retry the connection (optional, default `5`)
814
748
 
815
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
749
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
816
750
 
817
751
  ### URLPagination
818
752
 
@@ -870,11 +804,11 @@ Output:
870
804
 
871
805
  #### Parameters
872
806
 
873
- - `total` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** total to use for the pagination (optional, default `0`)
874
- - `limit` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** limit to use to pagination (optional, default `10`)
875
- - `maxPages` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** maxPages to use to pagination (optional, default `1000`)
807
+ * `total` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** total to use for the pagination (optional, default `0`)
808
+ * `limit` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** limit to use to pagination (optional, default `10`)
809
+ * `maxPages` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** maxPages to use to pagination (optional, default `1000`)
876
810
 
877
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
811
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
878
812
 
879
813
  ### URLParse
880
814
 
@@ -882,26 +816,26 @@ Take an URL `String`, parse it and return `Object`.
882
816
 
883
817
  Fields of the returned object:
884
818
 
885
- - href
886
- - origin
887
- - protocol
888
- - username
889
- - password
890
- - host
891
- - hostname
892
- - port
893
- - pathname
894
- - search
895
- - hash
819
+ * href
820
+ * origin
821
+ * protocol
822
+ * username
823
+ * password
824
+ * host
825
+ * hostname
826
+ * port
827
+ * pathname
828
+ * search
829
+ * hash
896
830
 
897
831
  URLString statement convert such an object to a string.
898
832
 
899
833
  See:
900
834
 
901
- - [URLString](#urlstring)
902
- - <https://nodejs.org/api/url.html>
835
+ * [URLString](#urlstring)
836
+ * <https://nodejs.org/api/url.html>
903
837
 
904
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
838
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
905
839
 
906
840
  ### URLRequest
907
841
 
@@ -932,15 +866,15 @@ Output:
932
866
 
933
867
  #### Parameters
934
868
 
935
- - `url` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** URL to fetch
936
- - `json` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** parse result as json (optional, default `true`)
937
- - `target` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** choose the key to set
938
- - `timeout` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Timeout in milliseconds (optional, default `1000`)
939
- - `noerror` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Ignore all errors, the target field will remain undefined (optional, default `false`)
940
- - `retries` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** The maximum amount of times to retry the connection (optional, default `5`)
941
- - `insert` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** a header response value in the result
869
+ * `url` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** URL to fetch
870
+ * `json` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** parse result as json (optional, default `true`)
871
+ * `target` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** choose the key to set
872
+ * `timeout` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Timeout in milliseconds (optional, default `1000`)
873
+ * `noerror` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Ignore all errors, the target field will remain undefined (optional, default `false`)
874
+ * `retries` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** The maximum amount of times to retry the connection (optional, default `5`)
875
+ * `insert` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** a header response value in the result
942
876
 
943
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
877
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
944
878
 
945
879
  ### URLStream
946
880
 
@@ -1002,13 +936,13 @@ Output:
1002
936
 
1003
937
  #### Parameters
1004
938
 
1005
- - `url` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** URL to fetch (by default input string is taken)
1006
- - `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose the path to split JSON result (optional, default `"*"`)
1007
- - `timeout` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Timeout in milliseconds (optional, default `1000`)
1008
- - `noerror` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Ignore all errors, the target field will remain undefined (optional, default `false`)
1009
- - `retries` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** The maximum amount of times to retry the connection (optional, default `5`)
939
+ * `url` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** URL to fetch (by default input string is taken)
940
+ * `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose the path to split JSON result (optional, default `"*"`)
941
+ * `timeout` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** Timeout in milliseconds (optional, default `1000`)
942
+ * `noerror` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Ignore all errors, the target field will remain undefined (optional, default `false`)
943
+ * `retries` **[Number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** The maximum amount of times to retry the connection (optional, default `5`)
1010
944
 
1011
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
945
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
1012
946
 
1013
947
  ### URLString
1014
948
 
@@ -1016,7 +950,7 @@ Take an `Object` representing an URL and stringify it.
1016
950
 
1017
951
  See [URLParse](#urlparse)
1018
952
 
1019
- Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
953
+ Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**&#x20;
1020
954
 
1021
955
  ### XMLConvert
1022
956
 
@@ -1086,10 +1020,10 @@ See <https://www.npmjs.com/package/xml-mapping>
1086
1020
 
1087
1021
  #### Parameters
1088
1022
 
1089
- - `invert` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** change conversion (JSON to XML) (optional, default `false`)
1090
- - `prologue` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** add XML prologue (optional, default `false`)
1023
+ * `invert` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** change conversion (JSON to XML) (optional, default `false`)
1024
+ * `prologue` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** add XML prologue (optional, default `false`)
1091
1025
 
1092
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
1026
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
1093
1027
 
1094
1028
  ### XMLParse
1095
1029
 
@@ -1118,9 +1052,9 @@ See <https://www.npmjs.com/package/xml-splitter>
1118
1052
 
1119
1053
  #### Parameters
1120
1054
 
1121
- - `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose a character for flatten keys (optional, default `"/"`)
1055
+ * `separator` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** choose a character for flatten keys (optional, default `"/"`)
1122
1056
 
1123
- Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**
1057
+ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)**&#x20;
1124
1058
 
1125
1059
  ### XMLString
1126
1060
 
@@ -1144,12 +1078,12 @@ See [XMLParse](#xmlparse)
1144
1078
 
1145
1079
  #### Parameters
1146
1080
 
1147
- - `rootElement` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Root element name for the tag which starts and close the feed (optional, default `"items"`)
1148
- - `contentElement` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Content element name for the tag which starts and closes each item (optional, default `"item"`)
1149
- - `rootNamespace` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Namespace for the root tag (xmlns=)
1150
- - `prologue` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Add XML prologue `<?xml` (optional, default `false`)
1081
+ * `rootElement` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Root element name for the tag which starts and close the feed (optional, default `"items"`)
1082
+ * `contentElement` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Content element name for the tag which starts and closes each item (optional, default `"item"`)
1083
+ * `rootNamespace` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** Namespace for the root tag (xmlns=)
1084
+ * `prologue` **[Boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** Add XML prologue `<?xml` (optional, default `false`)
1151
1085
 
1152
- Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
1086
+ Returns **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**&#x20;
1153
1087
 
1154
1088
  ### ZIPExtract
1155
1089
 
@@ -1166,6 +1100,6 @@ It returns to the output stream
1166
1100
 
1167
1101
  #### Parameters
1168
1102
 
1169
- - `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Regex to select the files to extract (optional, default `"**\/*.json"`)
1103
+ * `path` **[String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** Regex to select the files to extract (optional, default `"**\/*.json"`)
1170
1104
 
1171
- Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;{id: [String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), value: [String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)}>**
1105
+ Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<{id: [String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String), value: [String](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)}>**&#x20;