rsel-exprparser-basic

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

2019-05-03 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greatest.deepsurf.us/scripts/17641/694906/rsel-exprparser-basic.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
TheLastTaterTot
버전
2019.05.03.03
생성일
2016-03-04
갱신일
2019-05-03
크기
41.6KB
라이선스
해당 없음

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.