_Pattern Matching for Filename Patterns Macro Parameter
A comma-separated list of regular expressions, used to filter the attachments by file name. Note that the parameter values must be regular expressions. For example:
- To match a file suffix of 'jpg', use
.*jpg(not*.jpg). - To match file names ending in 'jpg' or 'png', use
.*jpg,.*png
Last modified on Feb 4, 2025
Powered by Confluence and Scroll Viewport.