How do I get rid of a variable within square brackets, including the brackets themselves? E.g. [152] or [153] or [154]. I am using Yahoo Pipes.
|
feedback
|
|
You can escape the brackets (like any other character with a special meaning) with
In Yahoo Pipes it should work like: replace | ||||
|
feedback
|
|
I am unsure if the variables will always be numbers my solutions works by removing all occurrences of [anything] replace
javascript example
| |||
|
feedback
|
|
| |||
|
feedback
|