Closed kengreim closed 11 months ago
Modified caret regex to allow for single-digit runways such as ^1R, which matches the real world text at some airports (e.g., SFO).
^1R
Closes https://github.com/vatis-project/vatis/issues/149
Thanks. I tweaked it so that it correctly matches both single and two digit runway identifiers.
Modified caret regex to allow for single-digit runways such as
^1R
, which matches the real world text at some airports (e.g., SFO).Closes https://github.com/vatis-project/vatis/issues/149