Open dvas0004 opened 5 years ago
(?<=.*some_regex.*)
Similar to "look ahead", but instead checks for the presence of an expression which comes before your matching group
https://www.regular-expressions.info/lookaround.html
Similar to "look ahead", but instead checks for the presence of an expression which comes before your matching group