front, front1, front2...
ihulub
Romania
This question is regarding front and back as used in extract variables.
The documentation states that you can separate multiple variations using "|", so what's the point of having front1, front2 and so on? Wouldn't just "front" be enough? What's the difference between:
front = a|b
and
front=a
front1=b
?
Also, what if front5 doesn't exist? Will front6 and the ones following still be taken into accout?
Comments
front1=a << must find a and will only continue once it did
front2=b << must first find b else it will not return anything
back=h1 will remove that from the end and turn it to either <a href="/url">Hello</a></ or Hello</a></
front=<a href="/url">
back=<