List Handling - v1.18.0

You may use the nav bar to the left to select pages.

Below is a listing of all commands and a brief description for each.

EvalList

Take list and run eval on each element.

FindAndRemove

Find elements matching target and remove them from the list.

FirstOf

Get first element of the list.

IncludeExcludeListFilter

Return list with all to be included, none to be excluded.

IsMatrix

Check whether list value is a matrix.

IsValidListIndex

Check whether the given value works as an index.

LappendIfNotAlready

Check to see if value(s) are already in list, append if not.

LastOf

Return the last element of the list.

List2File

Write list elements as lines to file.

ListEndIndex

Return index of last element in list.

ListRemoveAt

From a list, remove element(s) starting at a given index.

Matrix2HtmlTable

Takes a list of lists, returns string encoding HTML table.

QuasiTableFromKeyValueList

Create a "table" with divs derived from a key-value list.

Raise

Take a list and group its elements into sub-lists.

SplitNTimes

Like split, except stops after a certain number of splits.

SurroundEach

Make a new list by surrounding each element with a string.