charNamethe literal text charName (case sensitive) .*?any character (except for line terminators), repeated any number of times
;the literal ; (5910 / 738 / 3B16)
.*?any character (except for line terminators), repeated any number of times
bodyScalethe literal text bodyScale (case sensitive) .*?any character (except for line terminators), repeated any number of times
;the literal ; (5910 / 738 / 3B16)
.*?any character (except for line terminators), repeated any number of times
iris:the literal text iris: (case sensitive) .*?any character (except for line terminators), repeated any number of times
hisskinhslthe literal text hisskinhsl (case sensitive) .*?any character (except for line terminators), repeated any number of times
herTan:the literal text herTan: (case sensitive) Negated Character Class[^;]* *matches any number of characters outside the set below:
;the literal ; (5910 / 738 / 3B16)
.*any character (except for line terminators), repeated any number of times
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