pub fn parse_lookaround_tail(tail: &str) -> Result<(String, String), String>Expand description
Parse tail into concatenated lookbehind and lookahead fragments (order preserved).
Each segment must be a single non-capturing lookaround group with no capturing groups inside.