Hello!
In table of contents macro,
I want to filter some headers starting from a period.
For example,
If I have some headers:
h1. hello
h1. .hello2
h1. bye
h1. .bye2
Then, In the TOC, I want to display only
---
* hello
* bye
---
I found the option(Exclude Headings) to put regex for it, but I cannot figure out what regex do I need to use