add string library

substring by index or by content
pull/89/head
brianharvey 2018-12-18 13:19:06 -08:00
rodzic ba62f758f1
commit d9f9686c3b
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -22,3 +22,4 @@ frequency_distribution_module.xml Frequency Distribution Analysis [EXPERIMENTAL]
make-variables.xml create variables in program declare global or sprite-local variables in a script make-variables.xml create variables in program declare global or sprite-local variables in a script
json.xml Deal with JSON data Turn JSON strings into lists with the listify block, then retrieve data out of them by using the value at key block. json.xml Deal with JSON data Turn JSON strings into lists with the listify block, then retrieve data out of them by using the value at key block.
parallel_module.xml Parallelization Run several scripts in parallel and wait until all are done. parallel_module.xml Parallelization Run several scripts in parallel and wait until all are done.
strings.xml String processing Extract substrings of a string in various ways

File diff suppressed because one or more lines are too long