Releases: albyonl/analogy
Releases · albyonl/analogy
v1.1.0
v1.0.7
v1.0.6
v1.0.3
Introducing value functions!
Value functions enable you to modify the return value of a match, without using your own dynamic function.
This update releases with regex()
and replace()
Regex
Using the regex value function will take the value of your input, apply a regex match, and return the result as your value.
Replace
Replace allows you to replace keywords on the return value. This is useful alongside the regex function, or if you're dynamically creating filters.