Bob Polis 37c866054a Fix regex for key-value-pair
First group was a greedy match for the key, followed by a greedy match
for the whitespace up to the '='. This caused the white space to become
a suffix of the key... Solved by making it a non-greedy match.
2024-03-27 17:07:30 +01:00
2024-03-27 17:07:30 +01:00
2021-12-20 17:43:21 +01:00
2020-03-16 15:16:35 +01:00
2023-12-10 18:31:48 +01:00
Description
General C++ string and path utilities.
100 KiB