Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Labels in macro parameter

Page labels

Show If

Hide If

Match Using: Any

a, b, c

a, b, c, d

true

true

Should match a /or b /or c

a, b

a, b, c, d

true

true

Should match a /or b

a

a, b, c, d

true

true

Should match "a"

b, e

a, b, c, d

true

true

Should match "b"

-

-

true

true

Should match "-"

-e

a, b, c, d

true

true

Should match since there is no label "e "a, -e, -f

a, b, c, d

true

true

Should match "a"

page-

page-

true

true

Should match "page-"

-e, -f

a, b, c, d

true

true

Should match since there are no labels "e", "f"

page-

-page-

false

false

Should not match since "page-" is negated

-

--

false

false

Should not match since there is no label “-” 

--a

-a

false

false

A page label can start with "-". Should not match since the label "-a" is negated