Github user bhardesty commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/343#discussion_r203176550 --- Diff: docs/books/user-guide/understand-router-configuration.adoc --- @@ -51,6 +51,133 @@ sectionName { } ---- +[id='methods-for-using-pattern-matching'] +== Methods for Using Pattern Matching and Wildcards + +The router configuration file supports pattern matching and wildcards to enable you to match multiple values for certain attributes. However, the syntax varies based on the type of entity that you are configuring. + +[id='router-address-pattern-matching'] +=== Pattern Matching for Addresses + +In some router configuration scenarios, you may need to use pattern matching to match a range of addresses rather than a single, literal address. Address patterns match any address that corresponds to the pattern. + +An address pattern is a sequence of tokens (typically words) that are delimited by either `.` or `/` characters. They also may contain special wildcard characters that represent words: --- End diff -- Changed to "can"
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org