Changes between Initial Version and Version 1 of Ticket #5233, comment 4
- Timestamp:
- Mar 27, 2017, 8:47:32 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5233, comment 4
initial v1 2 2 We are monitoring configuration files in trac environment and this way I can get rid of the bunch of comments typically in a default configuration file. 3 3 4 Just wondering how to match a specific section in a typical trac.ini with regex. Is something like this possible?4 Just wondering how to match a specific section in a typical trac.ini with regex. Is something like this possible? 5 5 6 {{{ 6 7 [[IncludeSource(trunk/proj/file.cpp,/^\[IniSection\],^\[.*\]],regex=true)]] 8 }}} 7 9 8 10 This should define a start and an end line matched via regex. The last param is for compatibility reasons for the numbering.