You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't want to loose this explanation for the data regex:
# explanation:
# starting with optional '='
# (If an alias prefix is preceded by ‘=’, this indicates that the
# prefix is to be treated as a full callsign, i.e. must be an exact match.)
# Named group 'prefix': one or more of characters (both cases), numbers and '/'
# Optional non-capturing group, named group 'cq' inside of '()' capturing numbers
# ((#) Override CQ Zone)
# Optional non-capturing group, named group 'itu' inside of '[]' capturing numbers
# ([#] Override ITU Zone)
# Optional named group 'latlong', inside of '<>' two named groups 'lat' and 'long' separated by '/'
# (<#/#> Override latitude/longitude)
# Optional non-capturing group, named group 'continent' inside of '{}' capturing characters
# ({aa} Override Continent)
# Optional non-capturing group, named group 'tz' inside of '~~'
# (~#~ Override local time offset from GMT)
obi134
added a commit
to obi134/ctyparser
that referenced
this issue
Jan 20, 2021
explain what happens, relation to spec, etc
The text was updated successfully, but these errors were encountered: