Using something like ^1R is not recognized as a Runway by the parser, but "^01R is. If forcing the leading zero is intended, then a note in the documentation would be nice. Otherwise I think you could just add a [1-9] group to the beginning of the regex?
Using something like
^1R
is not recognized as a Runway by the parser, but "^01R
is. If forcing the leading zero is intended, then a note in the documentation would be nice. Otherwise I think you could just add a[1-9]
group to the beginning of the regex?Regex is here: https://github.com/vatis-project/vatis/blob/a44ba575ed674a962724d1c2d906e523e6f4d5e8/Vatsim.Vatis/Atis/AtisBuilder.cs#L534