data_augmentation_options {the literal text data_augmentation_options { (case sensitive) \s+a Unicode whitespace character, repeated at least once
random_horizontal_flipthe literal text random_horizontal_flip (case sensitive) \s+a Unicode whitespace character, repeated at least once
{the literal { (12310 / 1738 / 7B16)
Non-Capturing Group(?:\s+keypoint_flip_permutation: \d+)+ +repeats the group contents below at least once:
\s+a Unicode whitespace character, repeated at least once
keypoint_flip_permutation: the literal text keypoint_flip_permutation: (case sensitive) \d+a Unicode decimal digit, repeated at least once
\s*a Unicode whitespace character, repeated any number of times
}the literal } (12510 / 1758 / 7D16)
\s*a Unicode whitespace character, repeated any number of times
}the literal } (12510 / 1758 / 7D16)
\s*a Unicode whitespace character, 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