How can I get this to parse the content of a variable?
Using the Variables Extension.
{{#vardefine:cur|Current user rating: 4 (1 rating)}}
The variable cur contains variable text that can look like "Current user rating: 4 (1 rating)".
Why doesn't this work?
{{#regex: {{#var:cur}} |/^.*rating: ([0-9]+\.?[0-9]*).*$/|$1}}
that returns something like "1461dee31c1648-item-1--QINU" which changes every refresh.
Thanks for the awesome extension.