vatis-project / vatis

Virtual Automated ATIS Generator for VATSIM
https://docs.vatis.clowd.io
GNU General Public License v3.0
36 stars 15 forks source link

Allow for single-digit runways with caret identifier #161

Closed kengreim closed 7 months ago

kengreim commented 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).

Closes https://github.com/vatis-project/vatis/issues/149

justinshannon commented 7 months ago

Thanks. I tweaked it so that it correctly matches both single and two digit runway identifiers.