The Talon Manual

Versions Compared

Key

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

...

Wildcard
Description
*

Matches 0 or more characters within a topic level, and must be the only character in that level.

For example orders/*gin*

would match sends to

  • orders/gin
  • orders/begin
  • orders/ginseng
  • orders/beginning

But not

  • orders
  • orders/in
...

Matches multiple topic levels and may only be used as the last leve level in a topic filter strings

For example orders/...

would match sends to

  • orders/events/MSFT
  • orders/updates/APPL
  • orders/cancels/US/IBM

But not

  • orders
  • order-updates

...