- or download this
this is (some more)
JOY code
- or download this
"this", "is", "(some more)", "JOY", "code"
- or download this
# match when between unescaped reverse parens
+
# ..or start/end of string
+
...
(?<!\\) \( ) #unescaped lparen
+
)
/xs, $script;