I know that in common case HTML shouldn't be parsed with regex.
But I want to make a performance test for web application. I know for sure how HTML may look like. So I can use regexes to extract some data from page source.
As I do performance test (using Jmeter), I want to take less resources from master machine.
What option will be less resource intensive: XPath, regexes (Jakarta ORO) or Jsoup?