|
|
|
|
|
by Aqueous
4511 days ago
|
|
If the data was formatted like this: <outer><inner>1</inner></outer><outer><inner>Content: This is some random content. Value: 500 SomethingElse: 23423</inner></outer> and the problem was to extract the value, the somethingelse and the content, then a regex using extractors would probably help a lot. |
|