Regular Expressions 101

Community Patterns

Suraj_WithoutDotAll

1

Regular Expression
PCRE (PHP <7.3)

/
barcode\?message=(.+)(\n)(.+)"
/

Description

In JMeter a response had a new line character in between. Used following regular expression as "barcode?message=(.+)(\n)(.+)" and got the the result

Submitted by Suraj Shankla - 8 years ago