Merge pull request #2293 from jmoenig/string-library

add string library
pull/89/head
Jens Mönig 2019-01-11 17:08:51 +01:00 zatwierdzone przez GitHub
commit c7b9b99845
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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