Regular Expressions 101

Community Patterns

Output string is not displayed for given regex

1

Regular Expression
PCRE (PHP <7.3)

/
(?=(?:(?:[^"]*"){2})*[^"]*$)\\n
/
g

Description

I have this regex and input string. But nothing is displayed in output area. Could you please help to know why it is not displaying output? Thanks.

Submitted by anonymous - 9 years ago