Closed mattbasta closed 1 year ago
This would allow devs to make the patterns in their strings match the patterns in their templating or formatting engines. I.e.: a developer could change the pattern to /\{([a-zA-Z\.]+)\}/ to require variables to be in the format {variable}.
/\{([a-zA-Z\.]+)\}/
{variable}
This would allow devs to make the patterns in their strings match the patterns in their templating or formatting engines. I.e.: a developer could change the pattern to
/\{([a-zA-Z\.]+)\}/
to require variables to be in the format{variable}
.