Regex atom that refers to the end of the current regex pattern(parenthesis enclosed detection)
Look ahead from two different points in the pattern might be another valid way to formulate it.
I’d like to condition the parsing of e.g. ()
parenthesis and I’d like to detect whether something in what I parsed is enclosed in parenthesis and maybe (in the regex pattern) capture both the (
and the )
under the same group while the content in between is filtered.