-
DescriptionI would like to have a simple filter that allows me to process text strings with a user-specified function. For example I'd like
to result in
Is this possible and can anyone provide a simple how-to? The = delimiter before the function name can be anything that doesn't conflict with existing filters. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Could you explain a bit more your use case and/or your goal with such filter? It feels more complicated and I am not even sure you can do that because, this would require the computation to happen after this filter. |
Beta Was this translation helpful? Give feedback.
See:
If feels way more complicated that it needs to be and only for a "quotes issue".
See below an example, showing that it won't work as the earlier is pre AST not pre-computations (I might be missing something, but don't think so).
f…