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
With the current code it doesn't detect when someone is calling a hashed callsign: FT8 T233545 DB7.0 DT0.8 F7.075886 <...> F1TXI IN96 : -
If the regex ".+[A-Z0-9/]+\s([A-Z0-9/]+?)\s([A-R]{2}[0-9]{2})$")
Is modified to ".+[A-Z0-9/<>]+\s([A-Z0-9/]+?)\s([A-R]{2}[0-9]{2})$")
It does also catch those.
I'm not a regexexpert, not sure if this could have side effects, I didn't catch any.
The text was updated successfully, but these errors were encountered:
With the current code it doesn't detect when someone is calling a hashed callsign:
FT8 T233545 DB7.0 DT0.8 F7.075886 <...> F1TXI IN96 : -
If the regex
".+[A-Z0-9/]+\s([A-Z0-9/]+?)\s([A-R]{2}[0-9]{2})$")
Is modified to
".+[A-Z0-9/<>]+\s([A-Z0-9/]+?)\s([A-R]{2}[0-9]{2})$")
It does also catch those.
I'm not a regexexpert, not sure if this could have side effects, I didn't catch any.
The text was updated successfully, but these errors were encountered: