<groupId>the literal text <groupId> (case sensitive) Negated Character Class[^<]* *matches any number of characters outside the set below:
<the literal < (6010 / 748 / 3C16)
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
groupId>the literal text groupId> (case sensitive) \na line-feed (newline) character (ASCII 10)
Character Class[[:space:]]* *matches any number of characters from the set below:
[:space:]a whitespace character, including a line break [ \t\r\n\v\f]
<artifactId>the literal text <artifactId> (case sensitive) Negated Character Class[^<]* *matches any number of characters outside the set below:
<the literal < (6010 / 748 / 3C16)
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
artifactId>the literal text artifactId> (case sensitive) \na line-feed (newline) character (ASCII 10)
Character Class[[:space:]]* *matches any number of characters from the set below:
[:space:]a whitespace character, including a line break [ \t\r\n\v\f]
<version>the literal text <version> (case sensitive) Negated Character Class[^<]* *matches any number of characters outside the set below:
<the literal < (6010 / 748 / 3C16)
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
version>the literal text version> (case sensitive) g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string