Tag: Regex

Posts

Creating a Regular Expression for US Tail Numbers

4 Sep 2015 · Each country has its own assigned format for tail numbers, so it’s possible to look at each tail number and determine what country it’s from. I wanted to create a regular expression to recognize US tail numbers.