🏠

Greasy Fork is available in English.

rsel-exprparser-basic

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

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/17641/1367967/rsel-exprparser-basic.js


提问、发表评价,或者 举报这个脚本
作者
TheLastTaterTot
版本
2024.03.08.01
创建于
2016-03-04
更新于
2024-04-28
大小
43.0 KB
许可证
暂无

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.