Help for this page
\d{?[^>]}
m/( # capture whole match (.)? # 0 or 1 middle char ... )* # zero or more times ) # close capture /x;