\{the literal { (12310 / 1738 / 7B16)
\{the literal { (12310 / 1738 / 7B16)
Ulistthe literal text Ulist (case sensitive) \d{0,}a digit, repeated any number of times
Atomic Group(?>[^\}\{]+|(?0))+ +repeats the group contents below at least once:
Negated Character Class[^\}\{]+ +matches at least one character outside the set below:
\}the literal } (12510 / 1758 / 7D16)
\{the literal { (12310 / 1738 / 7B16)
(?0)recurses into the entire pattern
\}the literal } (12510 / 1758 / 7D16)
}the literal } (12510 / 1758 / 7D16)
g modifier: global. Finds all matches instead of stopping after the first