nikoutel / HelionConfig

A versatile configuration parser. Can handle multiple configuration formats.
Mozilla Public License 2.0
5 stars 2 forks source link

Change apache regex to handle config directives without parameters #4

Open rickschippers opened 5 years ago

rickschippers commented 5 years ago

Fix for: https://github.com/nikoutel/HelionConfig/issues/3

Basically it changes the regex to to 0 or more whitespaces after the directive instead of 1 or more.