CRthe literal text CR (case sensitive) .any character (except for line terminators)
DITOthe literal text DITO (case sensitive) \s*any whitespace character, repeated any number of times
Non-Capturing Group(?:DA)? ?repeats the group contents below at most once:
DAthe literal text DA (case sensitive) \s*any whitespace character, repeated any number of times
TUSDthe literal text TUSD (case sensitive) \s*any whitespace character, repeated any number of times
KWthe literal text KW (case sensitive) \s*any whitespace character, repeated any number of times
\-the literal - (4510 / 558 / 2D16)
\s*any whitespace character, repeated any number of times
APCEIthe literal text APCEI (case sensitive) \s*any whitespace character, repeated any number of times
\d{2}a digit, repeated exactly 2 times
\/the literal / (4710 / 578 / 2F16)
\d{4}a digit, repeated exactly 4 times
\s*any whitespace character, repeated any number of times
Group VlrDApceiCred(?<VlrDApceiCred>[0-9.-]+\,?\d*) +matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
\,?optionally matches the literal , (4410 / 548 / 2C16)
\d*a digit, repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first