Is there any way to disable parsing on some (or all) strings in the config file ?
Putting a regex in there isn't exactly easy, having to escape most of the special characters, I'd like to be able to say that string X should just be returned as is without any kind of interpolation.
Hi,
Is there any way to disable parsing on some (or all) strings in the config file ? Putting a regex in there isn't exactly easy, having to escape most of the special characters, I'd like to be able to say that string X should just be returned as is without any kind of interpolation.