Skip to content

Disregard case of section names when parsing

We want to make sure that we match section names regardless of case, so [Database], [DataBase], and [database] would all be considered a single section. The first case pattern that is encountered will be considered the canonical spelling.

Related to #12137 (closed)

Edited by Kerri Miller

Merge request reports