ZTree Regex Example Solution - Part 2 of 2
_20
(
[1-9]
)
Options: case insensitive; ^ and $ match at line breaks
Match the characters "_20" literally
Match the regular expression below and capture its match into backreference number 1
Match a single character in the range between "1" and "9"