Skip to content

Improvement: hashed callsigns with ft8 #36

@helioshk

Description

@helioshk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions