Yair Poleg

Results 2 issues of Yair Poleg

Hi, Perhaps I'm missing something, but I didn't find a definition for 'ConstraintRule' in the BNF snippets in the Model Property docs: https://github.com/eclipse/vorto/blob/master/docs/vortolang-1.0.md#model-property Tnx, Yair

Hi, I ran into an issue in the following scenario: `pattern = re_compile("{\\w+}");` `match_pos = re_matchp(pattern, "{{FW}_TEST", &match_length);` The result is that match_pos==1 (correct), but match_length==5 (incorrect). I was expecting...