\s*any whitespace character, repeated any number of times
\{the literal { (12310 / 1738 / 7B16)
Non-Capturing Group(?:\s*"Modulus"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(3)(?(4)(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)()|\s*"Exponent"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(4)(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)()|\s*"P"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)()|\s*"Q"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)()|\s*"DP"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(5)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)()|\s*"DQ"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(5)(?(6)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)()|\s*"InverseQ"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(5)(?(6)(?(7)(?(9)|,)|,)|,)|,)|,)|,)|,)()|\s*"D"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(5)(?(6)(?(7)(?(8)|,)|,)|,)|,)|,)|,)|,)()){8} {8}repeats the group contents below exactly 8 times:
1st Alternative\s*"Modulus"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(3)(?(4)(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)() \s*any whitespace character, repeated any number of times
"Modulus"the literal text "Modulus" (case sensitive) \s*any whitespace character, repeated any number of times
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
"the literal " (3410 / 428 / 2216)
Character Class[a-zA-Z\d\+\/]+ +matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
\da digit
\+the literal + (4310 / 538 / 2B16)
\/the literal / (4710 / 578 / 2F16)
={0,2}the literal = (6110 / 758 / 3D16) , repeated between 0 and 2 times
"the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times
Condition(?(3)(?(4)(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,) Uses the first branch if group 3 matched
If the condition is true, match this branch:(?(4)(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,) Condition(?(4)(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,) Uses the first branch if group 4 matched
If the condition is true, match this branch:(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,) Condition(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,) Uses the first branch if group 5 matched
If the condition is true, match this branch:(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,) Condition(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,) Uses the first branch if group 6 matched
If the condition is true, match this branch:(?(7)(?(8)(?(9)|,)|,)|,) Condition(?(7)(?(8)(?(9)|,)|,)|,) Uses the first branch if group 7 matched
If the condition is true, match this branch:(?(8)(?(9)|,)|,) Condition(?(8)(?(9)|,)|,) Uses the first branch if group 8 matched
If the condition is true, match this branch:(?(9)|,) Uses the first branch if group 9 matched
If the condition is true, match this branch: — matches an empty string
Otherwise, match this branch:, ,the literal , (4410 / 548 / 2C16)
Otherwise, match this branch:, ,the literal , (4410 / 548 / 2C16)
Otherwise, match this branch:, ,the literal , (4410 / 548 / 2C16)
Otherwise, match this branch:, ,the literal , (4410 / 548 / 2C16)
Otherwise, match this branch:, ,the literal , (4410 / 548 / 2C16)
Otherwise, match this branch:, ,the literal , (4410 / 548 / 2C16)
Otherwise, match this branch:, ,the literal , (4410 / 548 / 2C16)
Group 2() — does not consume characters
2nd Alternative\s*"Exponent"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(4)(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)() 3rd Alternative\s*"P"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(5)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)() 4th Alternative\s*"Q"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(6)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)() 5th Alternative\s*"DP"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(5)(?(7)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)() 6th Alternative\s*"DQ"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(5)(?(6)(?(8)(?(9)|,)|,)|,)|,)|,)|,)|,)() 7th Alternative\s*"InverseQ"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(5)(?(6)(?(7)(?(9)|,)|,)|,)|,)|,)|,)|,)() 8th Alternative\s*"D"\s*:\s*"[a-zA-Z\d\+\/]+={0,2}"\s*(?(2)(?(3)(?(4)(?(5)(?(6)(?(7)(?(8)|,)|,)|,)|,)|,)|,)|,)() \s*any whitespace character, repeated any number of times
\}the literal } (12510 / 1758 / 7D16)
\s*any whitespace character, repeated any number of times
\2the text saved by group 2
\3the text saved by group 3
\4the text saved by group 4
\5the text saved by group 5
\6the text saved by group 6
\7the text saved by group 7
\8the text saved by group 8
\9the text saved by group 9