标签: regex jmeter
以下是我要提取“Skytours”的表达式 Skytours
我使用了(\ s *。+?),但仍然无法提取值。你能否建议我如何处理所需单词两侧的额外空间
答案 0 :(得分:0)
(\w+)\s*(?=<\/span>)
试试这个。抓住捕获或组。参见演示。
https://regex101.com/r/iY3eK8/1