I am playing with regex in Jmeter, and with some reason it returns an error for the pattern (?<=lang=")(.+?)(?=")
I did request to www.microsoft.com/en-us where I got
<!DOCTYPE HTML>
<html lang="en-US" dir="ltr">
<head>
So I wanted to get en-US
but I got the error when I use inside Regular Expression Extractor this "?<=". What is really weird as it works properly in python, and in view results Tree element when I use to search in the Response body with regular exp.
Who faced a simular issue, and how to fix it?