문제

I keep trying to find an online regular expression checker to use with web_reg_save_param_regexp but no joy. What RegEx engine is LoadRunner 11.52 using?

It looks to be some variant of Perl.

도움이 되었습니까?

해결책

In LoadRunner we use this: http://www.pcre.org/

Thanks, Boris

다른 팁

This article suggests that the author is using http://rubular.com/ to test his web_reg_save_param_regexp, suggesting that it's likely PCRE (at least partly implemented).

A great PCRE checker is http://regex101.com.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top