Thanks for testing and reporting. Indeed I assumed that set numbers do not include hyphens, and in most cases this would be a mistake. This is the regular expression I use for testing:
Hmmmm. What would be the desired behavior for LDInspector? I remember the discussion about the "-1" suffix...
Code:
^([a-z0-9]+)(-[a-z0-9]+)? - (.*)
Hmmmm. What would be the desired behavior for LDInspector? I remember the discussion about the "-1" suffix...