rsel-exprparser-basic

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

Från och med 2019-05-03. Se den senaste versionen.

Detta skript bör inte installeras direkt. Det är ett bibliotek för andra skript att inkludera med meta-direktivet // @require https://update.greasyfork.org/scripts/17641/694905/rsel-exprparser-basic.js

Skapare
TheLastTaterTot
Version
2019.05.03.02
Skapad
2016-03-04
Uppdaterad
2019-05-03
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.