rsel-exprparser-basic

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

Устаревшая версия за 12.03.2016. Перейдите к последней версии.

Этот скрипт недоступен для установки пользователем. Он является библиотекой, которая подключается к другим скриптам мета-ключом // @require https://update.greasyfork.org/scripts/17641/112867/rsel-exprparser-basic.js

Автор
TheLastTaterTot
Версия
0.4.2
Создано
04.03.2016
Обновлено
12.03.2016
Размер
32,9 КБ
Лицензия
нет данных

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.