2020년 10월 4일 오후 2:33
These examples use the following predefined variables:
- larger-than-1k:
[get[text]length[]compare:integer:gteq[1000]]
- smaller-than-2k:
[get[text]length[]compare:integer:lteq[2000]]
- contains-missing-links:
[links[]!is[shadow]is[missing]]
[tag[HelloThere]filter<larger-than-1k>]
[tag[HelloThere]filter<smaller-than-2k>]
[tag[HelloThere]filter<larger-than-1k>filter<smaller-than-2k>]
[tag[Features]filter<contains-missing-links>]