Allows easier editing of the selection criteria by converting the expressions into editable text
当前为
To open the expression editor, look for an edit icon next to the word "Selection" at the top of the RSel tab panel.
The editor is capable of parsing some natural language (e.g., 'is', 'greater than') and recognizes various abbreviations (e.g., mH for minor highway). You can also specify wildcards without knowing how to write regex (e.g., Street = St *, which will find names start start with St and followed by a space, but will not match names ending with St nor words starting with St).
Since this was originally scripted for WME RSel Highlights, please post any problems or requests in the same thread here.