rsel-exprparser-basic

Parses RSel-specific expression text and rebuilds it in the UI.

Fra og med 03.05.2019. Se den nyeste version.

Dette script bør ikke installeres direkte. Det er et bibliotek, som andre scripts kan inkludere med metadirektivet // @require https://update.greatest.deepsurf.us/scripts/17641/694906/rsel-exprparser-basic.js

Skaber
TheLastTaterTot
Version
2019.05.03.03
Oprettet
04.03.2016
Opdateret
03.05.2019
Size
41,6 kB
Licens
N/A

Programmatic-end for parsing RSel expression text and rebuilding the expression in the user interface.

NOTE: This is a slimmed down version of the full RSel Expression Editor. The RSelExprParser.updateExpression(exprText) method provided in this script can be used for parsing saved expression text. The match with RSel's original expression text must be fairly close and it does not allow much room for human error. See the script for the full Expression Editor for a more flexible implementation, though it is not provided in the form of a library script.