hey,
I have the following scenario:
I have 5 possible values on a page:
[value 1]
...
[value 5]
What I want to do is grab each value and brackets...
Example Content:
<p>velit, sed quia non numquam eius modi tempora incidunt ut labore et
dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam,
quis nostrum exercitationem ullam [value 1] corporis suscipit laboriosam, nisi
ut aliquid ex ea commodi consequatur? Quis autem vel eum iure
reprehenderit qui in ea voluptate</p>
... and move to another part of the page, let's say in the header.
How hard is this?