arbComplexNode property
Matches plurals or selects of format (variable,type,content) {sex, select, male{His birthday} female{Her birthday} other{Their birthday}} 1 - sex 2 - select 3 - male{His birthday} female{Her birthday} other{Their birthday}
Implementation
static RegExp arbComplexNode = RegExp(r'^{((?: |\w)+),((?: |\w)+),(.+)}$');