rsel-exprparser-basic

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

Version vom 11.03.2016. Aktuellste Version

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greatest.deepsurf.us/scripts/17641/112718/rsel-exprparser-basic.js

Autor
TheLastTaterTot
Version
0.3.7
Erstellt am
04.03.2016
Letzte Aktualisierung
11.03.2016
Größe
32,1 KB
Lizenz
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.