thesimj / envyaml

Simple YAML configuration file parser
MIT License
78 stars 21 forks source link

Do specific replacement instead of a general replace for escaped dollar signs #32

Closed mgiamberardino closed 2 years ago

mgiamberardino commented 2 years ago

This is a solution proposal for #31

Instead of doing a general content.replace to replace escaped characters we should remove the specific span and replace.

This PR is the implementation for this proposal.