Provide a string that will be displayed in the section header, and in the left-side section navigator.
When viewing a build console, a heading will be placed above a line that matches this regex.
The visibility of all console output between this line and the next line that
matches the ending pattern can be toggled by clicking the Show/Hide action in the heading.
- Sections can be nested
- You can use {N} regex syntax in order to extract the section name from the first line. Example:
- Section name: Section {2}
- Section starts from: ^\#(BEGIN SECTION)\s+(\w+)\#$
- In this example name will be extracted from the third word in the first section line