lugg / react-native-config

Bring some 12 factor love to your mobile apps!
MIT License
4.76k stars 652 forks source link

Update regex to support empty strings #785

Open JameelJiwani opened 5 months ago

JameelJiwani commented 5 months ago

Modified the existing regex to ignore escape characters at the end of the value

https://regex101.com/r/L4RrR8/1

JameelJiwani commented 5 months ago

@luancurti I'd appreciate your eyes on this when you have time