Closed shdblowers closed 7 years ago
Hi Matt,
As an improvement for the missing step error advisor, it will now provide a map of vars it captured in the regex, instead of just the variable vars, it will also use _vars if no numbers or string were found to capture.
vars
_vars
This looks really awesome! Great improvement!
@shdblowers Released in v0.3.1! 🎉
v0.3.1
Hi Matt,
As an improvement for the missing step error advisor, it will now provide a map of vars it captured in the regex, instead of just the variable
vars
, it will also use_vars
if no numbers or string were found to capture.