/
Find list of pages containing special characters using Confluence Command Line Interface (CLI)
Find list of pages containing special characters using Confluence Command Line Interface (CLI)
This article explains how to find the list of pages that contains special characters in the page using Confluence Command Line Interface (CLI).
Instructions
- Determine the hexadecimal code for the special character you wish to find. For example the hexadecimal code for an Ampersand ("&") is 26 and Number ("#") is 35.
Write an action with the regex2 parameter to retrieve the list of pages from one space. See the example action below for "&#":
--action getPageList --space XXX --regex2 ".*\x26\x35.*"
Related content
Find list of pages that contain special characters using hexadecimal values in Confluence (CLI)
Find list of pages that contain special characters using hexadecimal values in Confluence (CLI)
Read with this
How to find all pages that use SQL for Confluence (Pro Edition) macros via database
How to find all pages that use SQL for Confluence (Pro Edition) macros via database
More like this
How to use findReplaceRegex to preserve whitespaces of a replacement string using Confluence CLI
How to use findReplaceRegex to preserve whitespaces of a replacement string using Confluence CLI
Read with this
Copy error when using certain characters or symbols in Copy Page Tree
Copy error when using certain characters or symbols in Copy Page Tree
More like this
How to use findReplace parameter to replace content in all pages of a space
How to use findReplace parameter to replace content in all pages of a space
Read with this
How to find the spaces or pages that use the LaTeX Math macros?
How to find the spaces or pages that use the LaTeX Math macros?
More like this