后置处理器:Regular Expression Extractor

Posted fengliting

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了后置处理器:Regular Expression Extractor相关的知识,希望对你有一定的参考价值。

Regular Expression Extractor:正则表达式提取器

  

用来提取出直接想要的字段

 比如:

返回的响应结果里面有:

  技术图片

 

 使用正则表达式提取器

 技术图片

 

 

 

 如图意思是:提取出参数名为:ce

        (.*?):表示最短匹配

        $1$:当匹配到多个结果,直接取用第一个提取到的结果

 

在jmeter可以使用debug sample来查看正则表达的结果:

  

 

 

 技术图片

 

 

技术图片

 

以上是关于后置处理器:Regular Expression Extractor的主要内容,如果未能解决你的问题,请参考以下文章

Robot Framework Regular Expression 正则表达式 处理String

Leetcode 之Regular Expression Matching(31)

刷题10. Regular Expression Matching

LeetCode(10) - Regular Expression Matching

LeetCode 10. Regular Expression Matching

leetcode 10 Regular Expression Matching